Completed
Push — feature/moar-test-optimizing ( 337306...28ebf8 )
by Lucas
07:06
created
src/Graviton/I18nBundle/Listener/I18nRqlParsingListener.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,9 +6,7 @@
 block discarded – undo
6 6
 namespace Graviton\I18nBundle\Listener;
7 7
 
8 8
 use Doctrine\ODM\MongoDB\Query\Builder;
9
-use Graviton\I18nBundle\Document\TranslatableDocumentInterface;
10 9
 use Graviton\I18nBundle\Service\I18nUtils;
11
-use Graviton\RestBundle\Model\DocumentModel;
12 10
 use Graviton\Rql\Event\VisitNodeEvent;
13 11
 use Xiag\Rql\Parser\Node\Query\AbstractScalarOperatorNode;
14 12
 use Xiag\Rql\Parser\Node\Query\LogicOperator\OrNode;
Please login to merge, or discard this patch.
src/Graviton/RestBundle/Listener/SelfLinkResponseListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Symfony\Bundle\FrameworkBundle\Routing\Router;
12 12
 use Graviton\RestBundle\HttpFoundation\LinkHeader;
13 13
 use Graviton\RestBundle\HttpFoundation\LinkHeaderItem;
14
-use Graviton\RestBundle\Event\RestEvent;
15 14
 
16 15
 /**
17 16
  * FilterResponseListener for adding a rel=self Link header to a response.
Please login to merge, or discard this patch.
src/Graviton/SecurityBundle/Listener/AuthenticationLogger.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Psr\Log\LoggerInterface;
9 9
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
10 10
 use Symfony\Component\HttpFoundation\Response;
11
-use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken;
12 11
 use Symfony\Component\Security\Core\AuthenticationEvents;
13 12
 use Symfony\Component\Security\Core\Event\AuthenticationEvent;
14 13
 use Symfony\Component\Security\Core\Event\AuthenticationFailureEvent;
Please login to merge, or discard this patch.
src/Graviton/CoreBundle/Controller/MainController.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\RestBundle\HttpFoundation\LinkHeaderItem;
11 11
 use Graviton\RestBundle\Service\RestUtilsInterface;
12 12
 use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface;
13
-use Symfony\Component\HttpFoundation\Request;
14 13
 use Symfony\Component\HttpFoundation\Response;
15 14
 use Symfony\Component\Routing\Router;
16 15
 
Please login to merge, or discard this patch.
SecurityBundle/Tests/Authentication/Strategies/HeaderFieldStrategyTest.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\HttpFoundation\RequestStack;
10 9
 
11 10
 /**
12 11
  * Class HeaderFieldStrategyTest
Please login to merge, or discard this patch.
Graviton/SecurityBundle/Authentication/Strategies/CookieFieldStrategy.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\HttpFoundation\RequestStack;
10 9
 
11 10
 /**
12 11
  * Class HeaderFieldStrategyTest
Please login to merge, or discard this patch.