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:
authorrobocoder <anthon.pang@gmail.com>2011-04-04 22:49:55 +0400
committerrobocoder <anthon.pang@gmail.com>2011-04-04 22:49:55 +0400
commitf80b8b97d43f4821251bbf8b8d5c38ceceb301b5 (patch)
tree6146c9aa5b4bca677596f3054b62cb5610b018f5 /core/Period.php
parentd3a3388c0513ef5df64392d5ec1b17a9f5f860ca (diff)
fixes #2256 - missing data type in phpdocs, e.g., @param $name
git-svn-id: http://dev.piwik.org/svn/trunk@4311 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Period.php')
-rw-r--r--core/Period.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Period.php b/core/Period.php
index 2c9b5c0473..d0a8d567f7 100644
--- a/core/Period.php
+++ b/core/Period.php
@@ -39,8 +39,8 @@ abstract class Piwik_Period
}
/**
- * @param $strPeriod "day", "week", "month", "year"
- * @param $date Piwik_Date object
+ * @param string $strPeriod "day", "week", "month", "year"
+ * @param Piwik_Date $date Piwik_Date object
* @return Piwik_Period
*/
static public function factory($strPeriod, Piwik_Date $date)