'for' was duplicated

This commit is contained in:
Javier López 2011-12-28 16:35:20 +00:00
parent 45bc1a4d21
commit 60f845f518

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.