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:
authorsgiehl <stefan@piwik.org>2013-10-24 00:10:55 +0400
committersgiehl <stefan@piwik.org>2013-10-24 00:10:55 +0400
commit60c2e6e9724870714a0bb4b978a37a65efac3d3d (patch)
tree12cb5d58f511e6e2849e4bfe4535f05ec3907aac /core/EventDispatcher.php
parentc70f21f0877ef1ae1df73637c200682f6b68fbd2 (diff)
fixed doc blocks
Diffstat (limited to 'core/EventDispatcher.php')
-rw-r--r--core/EventDispatcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/EventDispatcher.php b/core/EventDispatcher.php
index 642aaee3f7..670269862a 100644
--- a/core/EventDispatcher.php
+++ b/core/EventDispatcher.php
@@ -17,7 +17,7 @@ use Piwik\Plugin;
* This class allows code to post events from anywhere in Piwik and for
* plugins to associate callbacks to be executed when events are posted.
*
- * @method \Piwik\EventDispatcher getInstance()
+ * @method static \Piwik\EventDispatcher getInstance()
*/
class EventDispatcher extends Singleton
{