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/ExampleUI/API.php')
-rw-r--r--plugins/ExampleUI/API.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/ExampleUI/API.php b/plugins/ExampleUI/API.php
index 3927ce5b89..9d46d77269 100644
--- a/plugins/ExampleUI/API.php
+++ b/plugins/ExampleUI/API.php
@@ -5,8 +5,6 @@
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
- * @category Piwik_Plugins
- * @package ExampleUI
*/
namespace Piwik\Plugins\ExampleUI;
@@ -20,7 +18,6 @@ use Piwik\Period\Range;
* The functions listed in this API are returning the data used in the Controller to draw graphs and
* display tables. See also the ExampleAPI plugin for an introduction to Piwik APIs.
*
- * @package ExampleUI
* @method static \Piwik\Plugins\ExampleUI\API getInstance()
*/
class API extends \Piwik\Plugin\API
@@ -102,4 +99,4 @@ class API extends \Piwik\Plugin\API
return $planetsDataTable;
}
-} \ No newline at end of file
+}