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:
authorFabian Becker <halfdan@xnorfz.de>2014-02-03 02:48:45 +0400
committerFabian Becker <halfdan@xnorfz.de>2014-02-03 02:48:45 +0400
commitf9d52ca9433e33783e59b209554dfba58f30cec4 (patch)
treeb2c5e79859dbd29d89e102921739bb2f2459a753 /core/ArchiveProcessor.php
parentb1ae26ddbc88bc4b729e77fcca91660480825f34 (diff)
Remove all occurences of @package / @subpackage / @category from core/ files.
refs #4609
Diffstat (limited to 'core/ArchiveProcessor.php')
-rw-r--r--core/ArchiveProcessor.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php
index 76b45f435f..f578673d01 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.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;
@@ -75,8 +73,6 @@ use Piwik\Period;
* $archiveProcessor->aggregateDataTableRecords('MyPlugin_myFancyReport');
* }
*
- * @package Piwik
- * @subpackage ArchiveProcessor
*/
class ArchiveProcessor
{
@@ -468,4 +464,4 @@ class ArchiveProcessor
}
return $metrics;
}
-} \ No newline at end of file
+}