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
parentb1ae26ddbc88bc4b729e77fcca91660480825f34 (diff)
Remove all occurences of @package / @subpackage / @category from core/ files.
refs #4609
Diffstat (limited to 'core/ArchiveProcessor')
-rw-r--r--core/ArchiveProcessor/Loader.php2
-rw-r--r--core/ArchiveProcessor/Parameters.php4
-rw-r--r--core/ArchiveProcessor/PluginsArchiver.php4
-rw-r--r--core/ArchiveProcessor/Rules.php4
4 files changed, 3 insertions, 11 deletions
diff --git a/core/ArchiveProcessor/Loader.php b/core/ArchiveProcessor/Loader.php
index 650b288cba..c37fd2e934 100644
--- a/core/ArchiveProcessor/Loader.php
+++ b/core/ArchiveProcessor/Loader.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\ArchiveProcessor;
use Piwik\Archive;
diff --git a/core/ArchiveProcessor/Parameters.php b/core/ArchiveProcessor/Parameters.php
index 25db149f2f..1aac335994 100644
--- a/core/ArchiveProcessor/Parameters.php
+++ b/core/ArchiveProcessor/Parameters.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\ArchiveProcessor;
@@ -187,4 +185,4 @@ class Parameters
$this->getDateEnd()->getDateEndUTC()
);
}
-} \ No newline at end of file
+}
diff --git a/core/ArchiveProcessor/PluginsArchiver.php b/core/ArchiveProcessor/PluginsArchiver.php
index c8a6859b53..e98cab0a3e 100644
--- a/core/ArchiveProcessor/PluginsArchiver.php
+++ b/core/ArchiveProcessor/PluginsArchiver.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\ArchiveProcessor;
@@ -192,4 +190,4 @@ class PluginsArchiver
return $metrics;
}
-} \ No newline at end of file
+}
diff --git a/core/ArchiveProcessor/Rules.php b/core/ArchiveProcessor/Rules.php
index 22ef039e5c..2c6925208f 100644
--- a/core/ArchiveProcessor/Rules.php
+++ b/core/ArchiveProcessor/Rules.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\ArchiveProcessor;
@@ -240,4 +238,4 @@ class Rules
Option::set(self::OPTION_BROWSER_TRIGGER_ARCHIVING, (int)$enabled, $autoLoad = true);
Cache::clearCacheGeneral();
}
-} \ No newline at end of file
+}