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/Actions.php')
-rw-r--r--plugins/Actions/Actions.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Actions/Actions.php b/plugins/Actions/Actions.php
index a630295a70..4f98846ddd 100644
--- a/plugins/Actions/Actions.php
+++ b/plugins/Actions/Actions.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 Piwik\WidgetsList;
*
* Reports about the page views, the outlinks and downloads.
*
- * @package Actions
*/
class Actions extends \Piwik\Plugin
{