diff options
author | Javier López <alcaraz1983@gmail.com> | 2011-12-28 16:35:20 +0000 |
---|---|---|
committer | Javier López <alcaraz1983@gmail.com> | 2011-12-28 16:35:20 +0000 |
commit | 7b2d5674c1086a478a1784b8c4e30ade0527c26f (patch) | |
tree | ef2abee0368684a6c182fcaa7ee6dfd3bce84a72 | |
parent | 44dcf4513ab2ec3b86c5ed95b5d719f211a6fa3f (diff) | |
download | symfony-security-7b2d5674c1086a478a1784b8c4e30ade0527c26f.zip symfony-security-7b2d5674c1086a478a1784b8c4e30ade0527c26f.tar.gz symfony-security-7b2d5674c1086a478a1784b8c4e30ade0527c26f.tar.bz2 |
'for' was duplicated
-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 c843216..956adf1 100644 --- a/Core/Authentication/Provider/AuthenticationProviderInterface.php +++ b/Core/Authentication/Provider/AuthenticationProviderInterface.php @@ -15,7 +15,7 @@ use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; /** - * AuthenticationProviderInterface is the interface for for all authentication + * AuthenticationProviderInterface is the interface for all authentication * providers. * * Concrete implementations processes specific Token instances. |