Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2013-07-06 20:00:00 +0400
committersgiehl <stefan@piwik.org>2013-07-06 20:00:00 +0400
commitbfd7e1fa5d0df717d7e715a99cd741d76229f7d4 (patch)
tree88bb71abcb142612013781d0f3915734cb2dce7e /plugins/Referers/Controller.php
parent1f787b2c435d7e5b2e33d2aeffa821eccb546bf7 (diff)
fixed several doc blocks
Diffstat (limited to 'plugins/Referers/Controller.php')
-rw-r--r--plugins/Referers/Controller.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Referers/Controller.php b/plugins/Referers/Controller.php
index 40d7ab3b6b..85864e13dd 100644
--- a/plugins/Referers/Controller.php
+++ b/plugins/Referers/Controller.php
@@ -666,7 +666,7 @@ function DisplayTopKeywords($url = "")
/**
* Returns the URL for the sparkline of visits with a specific referrer type.
*
- * @param int $typeReferrer The referrer type. Referrer types are defined in Piwik_Common class.
+ * @param int $referrerType The referrer type. Referrer types are defined in Piwik_Common class.
* @return string The URL that can be used to get a sparkline image.
*/
private function getReferrerUrlSparkline($referrerType)
@@ -684,7 +684,7 @@ function DisplayTopKeywords($url = "")
* Returns an array containing the number of distinct referrers for each
* referrer type.
*
- * @param string|false $date The date to use when getting metrics. If false, the
+ * @param bool|string $date The date to use when getting metrics. If false, the
* date query param is used.
* @return array The metrics.
*/
@@ -715,7 +715,6 @@ function DisplayTopKeywords($url = "")
* @param string $lastPeriodDate The date of the period in the past.
* @param array $previousValues Array mapping view property names w/ past values. Keys
* in this array should be the same as keys in $currentValues.
- * @param bool $isVisits Whether the values are counting visits or something else.
*/
private function addEvolutionPropertiesToView($view, $date, $currentValues, $lastPeriodDate, $previousValues)
{