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
path: root/core/Menu
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-10-15 04:11:31 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-15 04:11:31 +0400
commit07f66e0cbe9247e953e78d9b7f06519ff09385d1 (patch)
tree414132d23e098787d88b1a49fba3242635a38196 /core/Menu
parent1fd385a514ab9351ceefb58004873e1b8d7b29e7 (diff)
Type hint for Singleton
Enabling All plugins during tests
Diffstat (limited to 'core/Menu')
-rw-r--r--core/Menu/MenuAbstract.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Menu/MenuAbstract.php b/core/Menu/MenuAbstract.php
index b8f5b11e1a..0c71a79ee3 100644
--- a/core/Menu/MenuAbstract.php
+++ b/core/Menu/MenuAbstract.php
@@ -16,6 +16,7 @@ use Piwik\Singleton;
/**
* @package Piwik_Menu
+ * @method \Piwik\Menu\MenuAbstract getInstance()
*/
abstract class MenuAbstract extends Singleton
{