diff options
Diffstat (limited to 'Authentication/Provider/AuthenticationProviderInterface.php')
-rw-r--r-- | Authentication/Provider/AuthenticationProviderInterface.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Authentication/Provider/AuthenticationProviderInterface.php b/Authentication/Provider/AuthenticationProviderInterface.php index 61a428b..bfa8921 100644 --- a/Authentication/Provider/AuthenticationProviderInterface.php +++ b/Authentication/Provider/AuthenticationProviderInterface.php @@ -15,7 +15,8 @@ use Symfony\Component\Security\Authentication\AuthenticationManagerInterface; */ /** - * AuthenticationProviderInterface is the interface for for all authentication providers. + * AuthenticationProviderInterface is the interface for for all authentication + * providers. * * Concrete implementations processes specific Token instances. * |