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 'plugins/Login/Controller.php')
-rw-r--r--plugins/Login/Controller.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Login/Controller.php b/plugins/Login/Controller.php
index 8722704f58..6daf725bb6 100644
--- a/plugins/Login/Controller.php
+++ b/plugins/Login/Controller.php
@@ -106,7 +106,7 @@ class Piwik_Login_Controller extends Piwik_Controller
/**
* Form-less login
* @see how to use it on http://piwik.org/faq/how-to/#faq_30
- * @param none
+ * @throws Exception
* @return void
*/
function logme()
@@ -298,6 +298,7 @@ class Piwik_Login_Controller extends Piwik_Controller
* @param string $loginMail user name or email address
* @param string $token password reset token
* @param string $password new password
+ * @throws Exception
* @return string failure message
*/
protected function resetPasswordFormValidated($loginMail, $token, $password)