Completed
Push — master ( 7eccb4...a611fc )
by Michael
23:52 queued 17:32
created
Security/Authentication/SimplePreAuthenticator.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,9 +13,9 @@
 block discarded – undo
13 13
 
14 14
 use OsLab\SecurityApiBundle\Security\User\InMemoryApiUserProvider;
15 15
 use Symfony\Component\HttpFoundation\Request;
16
-use Symfony\Component\Security\Core\Exception\AccessDeniedException;
17 16
 use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken;
18 17
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
18
+use Symfony\Component\Security\Core\Exception\AccessDeniedException;
19 19
 use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
20 20
 use Symfony\Component\Security\Core\User\UserProviderInterface;
21 21
 use Symfony\Component\Security\Http\Authentication\SimplePreAuthenticatorInterface;
Please login to merge, or discard this patch.