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/Date.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/Date.php')
-rw-r--r--core/Date.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Date.php b/core/Date.php
index 46a3fa5e2a..56b42f7b58 100644
--- a/core/Date.php
+++ b/core/Date.php
@@ -158,7 +158,7 @@ class Piwik_Date
* Helper function that returns the offset in the timezone string 'UTC+14'
* Returns false if the timezone is not UTC+X or UTC-X
*
- * @param $timezone
+ * @param string $timezone
* @return int or false
*/
static protected function extractUtcOffset($timezone)
@@ -462,7 +462,7 @@ class Piwik_Date
* Returns a localized date string, given a template.
* Allowed tags are: %day%, %shortDay%, %longDay%, etc.
*
- * @param $template string eg. %shortMonth% %longYear%
+ * @param string $template string eg. %shortMonth% %longYear%
* @return string eg. "Aug 2009"
*/
public function getLocalized($template)