From f9d52ca9433e33783e59b209554dfba58f30cec4 Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Sun, 2 Feb 2014 23:48:45 +0100 Subject: Remove all occurences of @package / @subpackage / @category from core/ files. refs #4609 --- core/WidgetsList.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'core/WidgetsList.php') diff --git a/core/WidgetsList.php b/core/WidgetsList.php index 31f4ed6693..057e85b165 100644 --- a/core/WidgetsList.php +++ b/core/WidgetsList.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 PluginsFunctions */ namespace Piwik; @@ -16,7 +14,6 @@ namespace Piwik; * Reports are added as dashboard widgets through the {@hook WidgetsList.addWidgets} * event. Observers for this event should call the {@link add()} method to add reports. * - * @package PluginsFunctions * @api */ class WidgetsList @@ -210,4 +207,4 @@ class WidgetsList self::$widgets = null; self::$hookCalled = false; } -} \ No newline at end of file +} -- cgit v1.2.3