Completed
Push — master ( fc0488...e7fa5b )
by Michael
10:16 queued 07:42
created
Tests/Security/Authentication/SimplePreAuthenticatorTest.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,11 +12,11 @@
 block discarded – undo
12 12
 use OsLab\SecurityApiBundle\Security\Authentication\SimplePreAuthenticator;
13 13
 use OsLab\SecurityApiBundle\Security\User\InMemoryApiUserProvider;
14 14
 use Symfony\Component\HttpFoundation\HeaderBag;
15
-use Symfony\Component\HttpFoundation\Request;
16 15
 use Symfony\Component\HttpFoundation\ParameterBag;
16
+use Symfony\Component\HttpFoundation\Request;
17 17
 use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken;
18
-use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
19 18
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
19
+use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
20 20
 use Symfony\Component\Security\Core\User\User;
21 21
 use Symfony\Component\Security\Core\User\UserProviderInterface;
22 22
 
Please login to merge, or discard this patch.