Completed
Pull Request — master (#904)
by
unknown
10:16
created
SWP/Bundle/CoreBundle/Security/Authenticator/ExternalOauthAuthenticator.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace SWP\Bundle\CoreBundle\Security\Authenticator;
6 6
 
7
-use Doctrine\ORM\EntityManagerInterface;
8
-use SWP\Bundle\CoreBundle\Model\UserInterface as CoreUserInterface;
9
-use SWP\Bundle\CoreBundle\Security\Provider\UserProvider;
10 7
 use Symfony\Component\Security\Core\User\UserInterface;
11 8
 use KnpU\OAuth2ClientBundle\Security\Authenticator\SocialAuthenticator;
12 9
 use KnpU\OAuth2ClientBundle\Client\ClientRegistry;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/ExternalOauthController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,12 +4,8 @@
 block discarded – undo
4 4
 
5 5
 namespace SWP\Bundle\CoreBundle\Controller;
6 6
 
7
-use KnpU\OAuth2ClientBundle\Client\ClientRegistry;
8 7
 use Symfony\Component\HttpFoundation\Request;
9 8
 use Symfony\Component\HttpFoundation\Response;
10
-use Symfony\Component\HttpFoundation\RedirectResponse;
11
-use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
12
-use League\OAuth2\Client\Provider\Exception\IdentityProviderException;
13 9
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
14 10
 use Symfony\Component\Routing\Annotation\Route;
15 11
 
Please login to merge, or discard this patch.