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 'core/ViewDataTable/Config.php')
-rw-r--r--core/ViewDataTable/Config.php6
1 files changed, 2 insertions, 4 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
+}