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