@@ -242,7 +242,7 @@ discard block |
||
| 242 | 242 | /** |
| 243 | 243 | * Logs a user out and removes all session information. |
| 244 | 244 | * |
| 245 | - * @return mixed |
|
| 245 | + * @return false|null |
|
| 246 | 246 | */ |
| 247 | 247 | public function logout() |
| 248 | 248 | { |
@@ -608,7 +608,7 @@ discard block |
||
| 608 | 608 | * the passed in $email. |
| 609 | 609 | * |
| 610 | 610 | * @param $email |
| 611 | - * @return mixed |
|
| 611 | + * @return boolean |
|
| 612 | 612 | */ |
| 613 | 613 | public function remindUser($email) |
| 614 | 614 | { |
@@ -653,7 +653,7 @@ discard block |
||
| 653 | 653 | * @param $credentials |
| 654 | 654 | * @param $password |
| 655 | 655 | * @param $passConfirm |
| 656 | - * @return mixed |
|
| 656 | + * @return boolean |
|
| 657 | 657 | */ |
| 658 | 658 | public function resetPassword($credentials, $password, $passConfirm) |
| 659 | 659 | { |
@@ -751,7 +751,7 @@ discard block |
||
| 751 | 751 | * |
| 752 | 752 | * @param $model |
| 753 | 753 | * @param bool $allow_any_parent |
| 754 | - * @return mixed |
|
| 754 | + * @return LocalAuthentication |
|
| 755 | 755 | */ |
| 756 | 756 | public function useModel($model, $allow_any_parent=false) |
| 757 | 757 | { |