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:
authorFabian Becker <halfdan@xnorfz.de>2014-02-03 02:31:19 +0400
committerFabian Becker <halfdan@xnorfz.de>2014-02-03 02:31:19 +0400
commitb1ae26ddbc88bc4b729e77fcca91660480825f34 (patch)
tree7d5fbb6fda2fac8f1885a5e4a57b58fb0fd29ab3 /core/Plugin/API.php
parentdc8f68acc7472de12caf2258e4d63a0e110e675a (diff)
Removing occurences of Piwik_ in core/
* @subpackage is deprecated * @package must only occur once * @package supports nesting (and can match the namespace) refs #4609
Diffstat (limited to 'core/Plugin/API.php')
-rw-r--r--core/Plugin/API.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Plugin/API.php b/core/Plugin/API.php
index 732f55ac70..03e8b382f8 100644
--- a/core/Plugin/API.php
+++ b/core/Plugin/API.php
@@ -6,7 +6,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
* @category Piwik
- * @package Piwik_PluginArchiver
+ * @package Piwik\Plugin
*/
namespace Piwik\Plugin;
@@ -44,4 +44,4 @@ use Piwik\Singleton;
abstract class API extends Singleton
{
-} \ No newline at end of file
+}