Completed
Push — feature/EVO-6305_worker_authen... ( 91cef1...6f533e )
by Bastian
09:27
created
src/Graviton/RestBundle/Controller/RestController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Graviton\SecurityBundle\Entities\SecurityUser;
11 11
 use Graviton\SecurityBundle\Service\SecurityUtils;
12 12
 use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
13
-use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
14 13
 use Symfony\Bridge\Monolog\Logger;
15 14
 
16 15
 /**
Please login to merge, or discard this patch.
SecurityBundle/Tests/Authentication/Strategies/SameSubnetStrategyTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 namespace Graviton\SecurityBundle\Authentication\Strategies;
7 7
 
8 8
 use Graviton\TestBundle\Test\WebTestCase;
9
-use Symfony\Component\BrowserKit\Cookie;
10 9
 
11 10
 /**
12 11
  * Class SameSubnetStrategyTest
Please login to merge, or discard this patch.
Tests/Authentication/Strategies/AbstractHttpStrategyProxy.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 use Graviton\SecurityBundle\Authentication\Strategies\AbstractHttpStrategy;
9 9
 use Symfony\Component\HttpFoundation\Request;
10
-use Symfony\Component\Security\Core\Role\Role;
11 10
 
12 11
 /**
13 12
  * Class AbstractHttpStrategyProxy
Please login to merge, or discard this patch.