@@ -179,7 +179,7 @@ |
||
179 | 179 | * |
180 | 180 | * @param string $loginName |
181 | 181 | * @param string $password |
182 | - * @return mixed the User object on success, false otherwise |
|
182 | + * @return string the User object on success, false otherwise |
|
183 | 183 | */ |
184 | 184 | public function checkPassword($loginName, $password) { |
185 | 185 | $loginName = str_replace("\0", '', $loginName); |