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/View/ViewInterface.php')
-rw-r--r--core/View/ViewInterface.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/View/ViewInterface.php b/core/View/ViewInterface.php
index 1eaeb2e27d..b1e6133903 100644
--- a/core/View/ViewInterface.php
+++ b/core/View/ViewInterface.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\View;
@@ -14,7 +12,6 @@ namespace Piwik\View;
/**
* Rendering interface for all "view" types.
*
- * @package Piwik
* @api
*/
interface ViewInterface
@@ -25,4 +22,4 @@ interface ViewInterface
* @return string Serialized data, eg, (image, array, html...).
*/
function render();
-} \ No newline at end of file
+}