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/Plugin/ViewDataTable.php')
-rw-r--r--core/Plugin/ViewDataTable.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/Plugin/ViewDataTable.php b/core/Plugin/ViewDataTable.php
index 65c5ab86fc..72f46965c0 100644
--- a/core/Plugin/ViewDataTable.php
+++ b/core/Plugin/ViewDataTable.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
- * @package Piwik
*/
namespace Piwik\Plugin;
@@ -139,8 +137,6 @@ use Piwik\ViewDataTable\RequestConfig as VizRequest;
* }
* }
*
- * @package Piwik
- * @subpackage ViewDataTable
*
* @api
*/
@@ -445,4 +441,4 @@ abstract class ViewDataTable implements ViewInterface
{
return $view->config->show_all_views_icons;
}
-} \ No newline at end of file
+}