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/Actions/API.php')
-rw-r--r--plugins/Actions/API.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Actions/API.php b/plugins/Actions/API.php
index b1555d9e33..ba96ce198b 100644
--- a/plugins/Actions/API.php
+++ b/plugins/Actions/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 Actions
*/
namespace Piwik\Plugins\Actions;
@@ -36,7 +34,6 @@ use Piwik\Tracker\PageUrl;
* and an outlink via "getOutlink".
*
* Note: pageName, pageUrl, outlinkUrl, downloadUrl parameters must be URL encoded before you call the API.
- * @package Actions
* @method static \Piwik\Plugins\Actions\API getInstance()
*/
class API extends \Piwik\Plugin\API