diff options
Diffstat (limited to 'Core/User/UserInterface.php')
-rw-r--r-- | Core/User/UserInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/User/UserInterface.php b/Core/User/UserInterface.php index ed96ca9..f5bbde2 100644 --- a/Core/User/UserInterface.php +++ b/Core/User/UserInterface.php @@ -64,7 +64,7 @@ interface UserInterface * * This can return null if the password was not encoded using a salt. * - * @return string The salt + * @return string|null The salt */ public function getSalt(); |