Completed
Push — feature/incenteev_config_corre... ( d6bb76 )
by Bastian
08:00
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.
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.