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/ViewDataTable
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/ViewDataTable')
-rw-r--r--core/ViewDataTable/Config.php6
-rw-r--r--core/ViewDataTable/RequestConfig.php6
2 files changed, 4 insertions, 8 deletions
diff --git a/core/ViewDataTable/Config.php b/core/ViewDataTable/Config.php
index 1a8d5a21c5..d73e89303d 100644
--- a/core/ViewDataTable/Config.php
+++ b/core/ViewDataTable/Config.php
@@ -6,7 +6,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
* @category Piwik
- * @package Piwik
+ * @package Piwik\ViewDataTable
*/
namespace Piwik\ViewDataTable;
@@ -77,8 +77,6 @@ use Piwik\Plugins\API\API;
* }
* }
*
- * @package Piwik
- * @subpackage Piwik_Visualization
* @api
*/
class Config
@@ -625,4 +623,4 @@ class Config
$this->addTranslation($key, $translation);
}
}
-} \ No newline at end of file
+}
diff --git a/core/ViewDataTable/RequestConfig.php b/core/ViewDataTable/RequestConfig.php
index 733511dc06..be049e43bc 100644
--- a/core/ViewDataTable/RequestConfig.php
+++ b/core/ViewDataTable/RequestConfig.php
@@ -6,7 +6,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
* @category Piwik
- * @package Piwik
+ * @package Piwik\ViewDataTable
*/
namespace Piwik\ViewDataTable;
@@ -78,8 +78,6 @@ use Piwik\Common;
* }
* }
*
- * @package Piwik
- * @subpackage Piwik_Visualization
* @api
*/
class RequestConfig
@@ -296,4 +294,4 @@ class RequestConfig
return $method;
}
-} \ No newline at end of file
+}