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:
authordiosmosis <benaka@piwik.pro>2014-09-30 03:51:17 +0400
committerdiosmosis <benaka@piwik.pro>2014-09-30 14:56:41 +0400
commit23ee78934fe1adc33d0b6bfa152ba66733e9d791 (patch)
tree761f1a5461ad900074b5a2f896475004cd951f63 /core/Auth.php
parenta3465dc67c54a66f20008d00d4808d4721f0007c (diff)
Documentation tweak.
Diffstat (limited to 'core/Auth.php')
-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();