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/Theme.php')
-rw-r--r--core/Theme.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/Theme.php b/core/Theme.php
index 16db5efb91..48ebbb6732 100644
--- a/core/Theme.php
+++ b/core/Theme.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;
@@ -15,7 +13,6 @@ use Piwik\Plugin\Manager;
/**
* This class contains logic to make Themes work beautifully.
*
- * @package Piwik
*/
class Theme
{
@@ -153,4 +150,4 @@ class Theme
{
return $this->themeName;
}
-} \ No newline at end of file
+}