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 'core/Menu/MenuAdmin.php')
-rw-r--r--core/Menu/MenuAdmin.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/Menu/MenuAdmin.php b/core/Menu/MenuAdmin.php
index b303bd63c0..e725bf855c 100644
--- a/core/Menu/MenuAdmin.php
+++ b/core/Menu/MenuAdmin.php
@@ -6,7 +6,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
* @category Piwik
- * @package Piwik_Menu
+ * @package Piwik\Menu
*/
namespace Piwik\Menu;
@@ -30,7 +30,6 @@ use Piwik\Piwik;
* );
* }
*
- * @package Piwik_Menu
* @method static \Piwik\Menu\MenuAdmin getInstance()
*/
class MenuAdmin extends MenuAbstract
@@ -108,4 +107,4 @@ class MenuAdmin extends MenuAbstract
}
return false;
}
-} \ No newline at end of file
+}