Completed
Push — master ( 7eccb4...a611fc )
by Michael
23:52 queued 17:32
created
Security/Authentication/SimplePreAuthenticator.php 2 patches
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -76,6 +76,7 @@  discard block
 block discarded – undo
76 76
 
77 77
     /**
78 78
      * {@inheritdoc}
79
+     * @param string $providerKey
79 80
      */
80 81
     public function supportsToken(TokenInterface $token, $providerKey)
81 82
     {
@@ -84,6 +85,7 @@  discard block
 block discarded – undo
84 85
 
85 86
     /**
86 87
      * {@inheritdoc}
88
+     * @param string $providerKey
87 89
      */
88 90
     public function authenticateToken(TokenInterface $token, UserProviderInterface $userProvider, $providerKey)
89 91
     {
Please login to merge, or discard this 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.