diff --git a/src/Symfony/Component/Security/Core/User/UserInterface.php b/src/Symfony/Component/Security/Core/User/UserInterface.php index ed96ca9a57..f5bbde2fc6 100644 --- a/src/Symfony/Component/Security/Core/User/UserInterface.php +++ b/src/Symfony/Component/Security/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();