Completed
Push — master ( 460ad7...4674f4 )
by Dominik
02:40
created
Services/AzineHybridAuth.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,13 +2,11 @@
 block discarded – undo
2 2
 namespace Azine\HybridAuthBundle\Services;
3 3
 
4 4
 use Azine\HybridAuthBundle\DependencyInjection\AzineHybridAuthExtension;
5
-
6 5
 use Azine\HybridAuthBundle\Entity\HybridAuthSessionData;
7 6
 use Doctrine\Common\Persistence\ObjectManager;
8 7
 use Symfony\Component\HttpFoundation\Cookie;
9 8
 use Symfony\Component\HttpFoundation\Request;
10 9
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
11
-use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
12 10
 use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
13 11
 use Symfony\Component\Security\Core\User\UserInterface;
14 12
 
Please login to merge, or discard this patch.