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/Auth.php')
-rw-r--r--core/Auth.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/Auth.php b/core/Auth.php
index 792acfa6f5..8fbfb311bb 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -13,9 +13,6 @@ namespace Piwik;
/**
* Base for authentication modules
- *
- * @package Piwik
- * @subpackage Piwik_Auth
*/
interface Auth
{
@@ -151,4 +148,4 @@ class AuthResult
{
return $this->code > self::FAILURE;
}
-} \ No newline at end of file
+}