summaryrefslogtreecommitdiffstats
path: root/Core/Authentication
diff options
context:
space:
mode:
authorJavier López <alcaraz1983@gmail.com>2011-12-28 16:35:20 +0000
committerJavier López <alcaraz1983@gmail.com>2011-12-28 16:35:20 +0000
commit7b2d5674c1086a478a1784b8c4e30ade0527c26f (patch)
treeef2abee0368684a6c182fcaa7ee6dfd3bce84a72 /Core/Authentication
parent44dcf4513ab2ec3b86c5ed95b5d719f211a6fa3f (diff)
downloadsymfony-security-7b2d5674c1086a478a1784b8c4e30ade0527c26f.zip
symfony-security-7b2d5674c1086a478a1784b8c4e30ade0527c26f.tar.gz
symfony-security-7b2d5674c1086a478a1784b8c4e30ade0527c26f.tar.bz2
'for' was duplicated
Diffstat (limited to 'Core/Authentication')
-rw-r--r--Core/Authentication/Provider/AuthenticationProviderInterface.php2
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.