@@ -109,7 +109,7 @@ |
||
| 109 | 109 | /** |
| 110 | 110 | * Adds a simple flash message |
| 111 | 111 | * |
| 112 | - * @param $message |
|
| 112 | + * @param string $message |
|
| 113 | 113 | * @param $code |
| 114 | 114 | * @return void |
| 115 | 115 | */ |
@@ -100,7 +100,7 @@ |
||
| 100 | 100 | * Otherwise authentication may fail because we may don't have a password. |
| 101 | 101 | * |
| 102 | 102 | * @param array Data of user. |
| 103 | - * @return bool |
|
| 103 | + * @return integer |
|
| 104 | 104 | */ |
| 105 | 105 | public function authUser($user) { |
| 106 | 106 | |