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.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Auth.php b/core/Auth.php
index fa3b9d9e03..cd73f8a4d6 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -25,6 +25,8 @@ interface Piwik_Auth {
public function getName();
/**
+ * Authenticates user
+ *
* @return Piwik_Auth_Result
*/
public function authenticate();