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 /core/Period.php
parent1f787b2c435d7e5b2e33d2aeffa821eccb546bf7 (diff)
fixed several doc blocks
Diffstat (limited to 'core/Period.php')
-rw-r--r--core/Period.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Period.php b/core/Period.php
index b3cfa25f2a..20a5f9c84f 100644
--- a/core/Period.php
+++ b/core/Period.php
@@ -128,7 +128,7 @@ abstract class Piwik_Period
*
* @param string $timezone
* @param string $period The period string: day, week, month, year, range
- * @param string $strDate The date or date range string.
+ * @param string $date The date or date range string.
* @return Piwik_Period
*/
public static function makePeriodFromQueryParams($timezone, $period, $date)