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 'core/Common.php')
-rw-r--r--core/Common.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/Common.php b/core/Common.php
index 5e4584d033..55526ff011 100644
--- a/core/Common.php
+++ b/core/Common.php
@@ -19,8 +19,6 @@ use Piwik\Tracker\Cache;
* Contains helper methods used by both Piwik Core and the Piwik Tracking engine.
*
* This is the only non-Tracker class loaded by the **\/piwik.php** file.
- *
- * @package Piwik
*/
class Common
{
@@ -1057,4 +1055,4 @@ class Common
}
}
}
-} \ No newline at end of file
+}