diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2016-06-21 08:03:42 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2016-06-21 08:06:14 +0200 |
commit | ff1751179659761723a247da93e3113da5fba352 (patch) | |
tree | 3a03d8e9c319d9ce107f4b19dc9a80b2e71713fd | |
parent | 3f02527e0892c745e2dfed23e790bade7b058084 (diff) | |
download | symfony-security-ff1751179659761723a247da93e3113da5fba352.zip symfony-security-ff1751179659761723a247da93e3113da5fba352.tar.gz symfony-security-ff1751179659761723a247da93e3113da5fba352.tar.bz2 |
fixed CS
-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 */ |