Completed
Push — feature/EVO-2938-add-ref-to-ev... ( acc806...b43a32 )
by Narcotic
09:05
created
src/Graviton/SecurityBundle/Listener/AuthenticationLogger.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Psr\Log\LoggerInterface;
9 9
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
10 10
 use Symfony\Component\HttpFoundation\Response;
11
-use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken;
12 11
 use Symfony\Component\Security\Core\AuthenticationEvents;
13 12
 use Symfony\Component\Security\Core\Event\AuthenticationEvent;
14 13
 use Symfony\Component\Security\Core\Event\AuthenticationFailureEvent;
Please login to merge, or discard this patch.
Graviton/SecurityBundle/Tests/Authentication/SecurityAuthenticatorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@
 block discarded – undo
235 235
     /**
236 236
      * @param array $methods methods to mock
237 237
      *
238
-     * @return StrategyInterface|\PHPUnit_Framework_MockObject_MockObject
238
+     * @return \PHPUnit_Framework_MockObject_MockObject
239 239
      */
240 240
     private function getStrategyMock(array $methods = array('apply'))
241 241
     {
Please login to merge, or discard this patch.