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 'plugins/Actions/ArchivingHelper.php')
-rw-r--r--plugins/Actions/ArchivingHelper.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Actions/ArchivingHelper.php b/plugins/Actions/ArchivingHelper.php
index 5d588eb193..2ed50efadf 100644
--- a/plugins/Actions/ArchivingHelper.php
+++ b/plugins/Actions/ArchivingHelper.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_Plugins
- * @package Actions
*/
namespace Piwik\Plugins\Actions;
@@ -27,7 +25,6 @@ use Zend_Db_Statement;
* - logic to parse/cleanup Action names,
* - logic to efficiently process aggregate the array data during Archiving
*
- * @package Actions
*/
class ArchivingHelper
{