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:
-rw-r--r--core/Auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Auth.php b/core/Auth.php
index de64d347c6..8e3a1e28e9 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -78,7 +78,7 @@ interface Auth
* uses an MD5 hash of a user's password.
*
* @return string
- * @throws Exception if the token auth cannot be calculated at the current time.
+ * @throws Exception if the token auth secret does not exist or cannot be obtained.
*/
public function getTokenAuthSecret();