[Security] fixed typos

This commit is contained in:
Fabien Potencier 2011-03-18 07:58:51 +01:00
parent 9de0a3872b
commit e286adf173

View File

@ -17,8 +17,8 @@ use Symfony\Component\Security\Http\Logout\LogoutHandlerInterface;
use Symfony\Component\Security\Core\SecurityContextInterface; use Symfony\Component\Security\Core\SecurityContextInterface;
use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\Kernel\Event\GetResponseEvent; use Symfony\Component\HttpKernel\Event\GetResponseEvent;
use Symfony\Component\Kernel\Events; use Symfony\Component\HttpKernel\Events;
/** /**
* LogoutListener logout users. * LogoutListener logout users.