diff options
Diffstat (limited to 'Core/Authentication/Provider/AuthenticationProviderInterface.php')
-rw-r--r-- | Core/Authentication/Provider/AuthenticationProviderInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authentication/Provider/AuthenticationProviderInterface.php b/Core/Authentication/Provider/AuthenticationProviderInterface.php index eaf9e07..f3e1590 100644 --- a/Core/Authentication/Provider/AuthenticationProviderInterface.php +++ b/Core/Authentication/Provider/AuthenticationProviderInterface.php @@ -25,7 +25,7 @@ use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterfac interface AuthenticationProviderInterface extends AuthenticationManagerInterface { /** - * Use this constant for not provided username + * Use this constant for not provided username. * * @var string */ |