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/Profiler.php')
-rw-r--r--core/Profiler.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/Profiler.php b/core/Profiler.php
index 0bf0ac966d..122e61f4b4 100644
--- a/core/Profiler.php
+++ b/core/Profiler.php
@@ -5,8 +5,6 @@
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
- * @category Piwik
- * @package Piwik
*/
namespace Piwik;
@@ -21,7 +19,6 @@ namespace Piwik;
* log_writers[] = file
* log_level=debug
*
- * @package Piwik
*/
class Profiler
{
@@ -290,4 +287,4 @@ class Profiler
{
return PIWIK_INCLUDE_PATH . '/tmp/cache/tests-xhprof-runs';
}
-} \ No newline at end of file
+}