Преглед изворни кода

Merge remote branch 'schmittjoh/security'

Fabien Potencier пре 14 година
родитељ
комит
cdfc731ff5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php

+ 1 - 1
src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php

@@ -138,7 +138,7 @@ class ExceptionListener
         $event->setResponse($response);
     }
 
-    private function startAuthentication(GetResponseForExceptionEvent $event, Request $request, AuthenticationException $authException)
+    private function startAuthentication(Request $request, AuthenticationException $authException)
     {
         $this->context->setToken(null);