merged branch loalf/patch-1 (PR #2981)

Commits
-------

60f845f 'for' was duplicated

Discussion
----------

'for' was duplicated
This commit is contained in:
Fabien Potencier 2011-12-28 20:37:47 +01:00
commit 1a7349bd87

View File

@ -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.