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/Annotations/API.php')
-rwxr-xr-xplugins/Annotations/API.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Annotations/API.php b/plugins/Annotations/API.php
index fe2cdba8e1..35445cc304 100755
--- a/plugins/Annotations/API.php
+++ b/plugins/Annotations/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 Annotations
*/
namespace Piwik\Plugins\Annotations;
@@ -27,7 +25,6 @@ require_once PIWIK_INCLUDE_PATH . '/plugins/Annotations/AnnotationList.php';
* API for annotations plugin. Provides methods to create, modify, delete & query
* annotations.
*
- * @package Annotations
* @method static \Piwik\Plugins\Annotations\API getInstance()
*/
class API extends \Piwik\Plugin\API