@@ -50,7 +50,7 @@ |
||
50 | 50 | * @param string $storedPassword |
51 | 51 | * @param int $storedId |
52 | 52 | * |
53 | - * @return boolean |
|
53 | + * @return boolean|null |
|
54 | 54 | */ |
55 | 55 | public function login(string $userName, string $password, string $storedUserName = '', string $storedPassword = '', int $storedId = 0) |
56 | 56 | { |