Completed
Push — feature/evo-2472-whoami ( c50209...9b4500 )
by Jan
30:40
created
SecurityBundle/Authentication/AirlockAuthenticationKeyAuthenticator.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
      * @param Request                 $request   original request
125 125
      * @param AuthenticationException $exception exception from auth attempt
126 126
      *
127
-     * @return Response|null
127
+     * @return Response
128 128
      */
129 129
     public function onAuthenticationFailure(Request $request, AuthenticationException $exception)
130 130
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Graviton\SecurityBundle\Authentication\Strategies\StrategyInterface;
9 9
 use Graviton\SecurityBundle\Authentication\Provider\AirlockAuthenticationKeyUserProvider;
10 10
 use Psr\Log\LoggerInterface;
11
-use Symfony\Component\HttpFoundation\HeaderBag;
12 11
 use Symfony\Component\HttpFoundation\Request;
13 12
 use Symfony\Component\HttpFoundation\Response;
14 13
 use Symfony\Component\Security\Core\Authentication\SimplePreAuthenticatorInterface as SimplePreAuthInterface;
Please login to merge, or discard this patch.
Authentication/Provider/AirlockAuthenticationKeyConsultantProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 namespace Graviton\SecurityBundle\Authentication\Provider;
7 7
 
8 8
 use Graviton\SecurityBundle\Entities\SecurityConsultant;
9
-use Graviton\SecurityBundle\Entities\SecurityContract;
10 9
 use GravitonDyn\ContractBundle\Document\Contract;
11 10
 use \Graviton\RestBundle\Model\ModelInterface;
12 11
 use Symfony\Component\Security\Core\Exception\UnsupportedUserException;
Please login to merge, or discard this patch.