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:
authorbarbushin <barbushin@gmail.com>2015-07-20 15:04:29 +0300
committerdiosmosis <benaka@piwik.pro>2015-08-22 01:44:23 +0300
commitbb61546bfd1c43684682bf407c7ac727da1f7a21 (patch)
tree5c9ee4ccad903711bcf77bef59764fdff9699689 /plugins/ExamplePlugin/Updates
parentad08eb78007b527f5b0efa742285877fbdf67ab1 (diff)
Removed @api from updates example class
Diffstat (limited to 'plugins/ExamplePlugin/Updates')
-rw-r--r--plugins/ExamplePlugin/Updates/0.0.2.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/Updates/0.0.2.php b/plugins/ExamplePlugin/Updates/0.0.2.php
index abebe91714..95a3043edb 100644
--- a/plugins/ExamplePlugin/Updates/0.0.2.php
+++ b/plugins/ExamplePlugin/Updates/0.0.2.php
@@ -34,7 +34,6 @@ class Updates_0_0_2 extends Updates
* // and user will have to manually run the query
* )
* ```
- * @api
*/
public function getMigrationQueries(Updater $updater)
{