Completed
Push — feature/EVO-7278-tracking-info... ( 70565f...ea41d2 )
by
unknown
08:58
created
src/Graviton/AuditTrackingBundle/Manager/ActivityManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,13 +4,11 @@
 block discarded – undo
4 4
 use Graviton\AuditTrackingBundle\Document\AuditTracking;
5 5
 use Graviton\SecurityBundle\Entities\SecurityUser;
6 6
 use Guzzle\Http\Message\Header;
7
-use Symfony\Bridge\Doctrine\ManagerRegistry;
8 7
 use Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException;
9 8
 use Symfony\Component\HttpFoundation\RequestStack;
10 9
 use Symfony\Component\HttpFoundation\Response;
11 10
 use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken;
12 11
 use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
13
-
14 12
 use Symfony\Component\HttpFoundation\Request;
15 13
 use Symfony\Component\Security\Core\User\UserInterface;
16 14
 
Please login to merge, or discard this patch.
src/Graviton/AuditTrackingBundle/Manager/StoreManager.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.
src/Graviton/RestBundle/Controller/RestController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -17,14 +17,11 @@  discard block
 block discarded – undo
17 17
 use Graviton\SecurityBundle\Entities\SecurityUser;
18 18
 use Graviton\SecurityBundle\Service\SecurityUtils;
19 19
 use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
20
-use Symfony\Component\Security\Core\User\UserInterface;
21 20
 use Symfony\Component\DependencyInjection\ContainerInterface;
22 21
 use Symfony\Component\HttpFoundation\Request;
23 22
 use Symfony\Component\HttpFoundation\Response;
24
-use Symfony\Component\HttpKernel\Exception\PreconditionRequiredHttpException;
25 23
 use Symfony\Component\Routing\Exception\RouteNotFoundException;
26 24
 use Symfony\Bundle\FrameworkBundle\Routing\Router;
27
-use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
28 25
 use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface;
29 26
 use Rs\Json\Patch;
30 27
 use Rs\Json\Patch\InvalidPatchDocumentJsonException;
@@ -32,7 +29,6 @@  discard block
 block discarded – undo
32 29
 use Rs\Json\Patch\InvalidOperationException;
33 30
 use Rs\Json\Patch\FailedTestException;
34 31
 use Graviton\RestBundle\Service\JsonPatchValidator;
35
-use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken;
36 32
 
37 33
 /**
38 34
  * This is a basic rest controller. It should fit the most needs but if you need to add some
Please login to merge, or discard this patch.