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/ExamplePlugin/API.php')
-rw-r--r--plugins/ExamplePlugin/API.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/API.php b/plugins/ExamplePlugin/API.php
index b1dde60f50..5f4eb4b14c 100644
--- a/plugins/ExamplePlugin/API.php
+++ b/plugins/ExamplePlugin/API.php
@@ -13,7 +13,8 @@ namespace Piwik\Plugins\ExamplePlugin;
/**
* API for plugin ExamplePlugin
*
- * @package Piwik_ExamplePlugin
+ * @package ExamplePlugin
+ * @method static \Piwik\Plugins\ExamplePlugin\API getInstance()
*/
class API extends \Piwik\Plugin\API
{