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:
Diffstat (limited to 'modules/Date.php')
-rw-r--r--modules/Date.php28
1 files changed, 14 insertions, 14 deletions
diff --git a/modules/Date.php b/modules/Date.php
index d455350188..2a54c13c51 100644
--- a/modules/Date.php
+++ b/modules/Date.php
@@ -1,18 +1,18 @@
-<?php
-/**
- * Piwik - Open source web analytics
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id$
- *
- * @package Piwik_Helper
- */
-
+<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @version $Id$
+ *
+ * @package Piwik_Helper
+ */
+
/**
* Date object widely used in Piwik.
- *
- * //TODO remove factory OR constructor! cant have both
+ *
+ * //TODO remove factory OR constructor! cant have both
* @package Piwik_Helper
*/
class Piwik_Date
@@ -215,7 +215,7 @@ class Piwik_Date
return $this->getTimestamp();
}
return date($part, $this->getTimestamp());
- }
+ }
/**
* Adds days to the existing date object.