Completed
Push — feature/EVO-9770-doc-version-c... ( d45c1b...37b267 )
by
unknown
22:11 queued 15:07
created
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.
src/Graviton/ExceptionBundle/Exception/RestExceptionTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 namespace Graviton\ExceptionBundle\Exception;
7 7
 
8
-use Symfony\Component\HttpKernel\Exception\HttpException;
9 8
 use Symfony\Component\HttpFoundation\Response;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
src/Graviton/SecurityBundle/Tests/Voter/OwnContextVoterTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 use Doctrine\Common\Collections\ArrayCollection;
8 8
 use Graviton\TestBundle\Test\GravitonTestCase;
9
-use Symfony\Component\Security\Core\Authorization\Voter\VoterInterface;
10 9
 
11 10
 /**
12 11
  * @author   List of contributors <https://github.com/libgraviton/graviton/graphs/contributors>
Please login to merge, or discard this patch.
src/Graviton/SwaggerBundle/Service/Swagger.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,11 +6,9 @@
 block discarded – undo
6 6
 namespace Graviton\SwaggerBundle\Service;
7 7
 
8 8
 use Graviton\CoreBundle\Service\CoreUtils;
9
-use Graviton\ExceptionBundle\Exception\MalformedInputException;
10 9
 use Graviton\RestBundle\Service\RestUtils;
11 10
 use Graviton\SchemaBundle\Model\SchemaModel;
12 11
 use Graviton\SchemaBundle\SchemaUtils;
13
-use Symfony\Component\Config\Definition\Exception\Exception;
14 12
 use Symfony\Component\Routing\Route;
15 13
 
16 14
 /**
Please login to merge, or discard this patch.
src/Graviton/GeneratorBundle/Command/GenerateBundleCommand.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 Graviton\GeneratorBundle\Generator\BundleGenerator;
9 9
 use Graviton\GeneratorBundle\Manipulator\BundleBundleManipulator;
10 10
 use Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand as SymfonyGenerateBundleCommand;
11
-use Sensio\Bundle\GeneratorBundle\Command\Helper\QuestionHelper;
12 11
 use Sensio\Bundle\GeneratorBundle\Model\Bundle;
13 12
 use Symfony\Component\Console\Input\InputInterface;
14 13
 use Symfony\Component\Console\Input\InputOption;
Please login to merge, or discard this patch.
src/Graviton/GeneratorBundle/Command/GenerateBuildIndexesCommand.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\GeneratorBundle\Command;
7 7
 
8 8
 use Doctrine\ODM\MongoDB\DocumentManager;
9
-use Graviton\GeneratorBundle\Definition\Loader\LoaderInterface;
10 9
 use Symfony\Component\Console\Command\Command;
11 10
 use Symfony\Component\Console\Input\InputInterface;
12 11
 use Symfony\Component\Console\Output\OutputInterface;
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.
src/Graviton/RestBundle/Model/DocumentModel.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,10 +16,9 @@
 block discarded – undo
16 16
 use Graviton\Rql\Visitor\MongoOdm as Visitor;
17 17
 use Xiag\Rql\Parser\Node\LimitNode;
18 18
 use Xiag\Rql\Parser\Node\Query\AbstractLogicOperatorNode;
19
-use Xiag\Rql\Parser\Query;
19
+use Xiag\Rql\Parser\Query as XiagQuery;
20 20
 use Graviton\ExceptionBundle\Exception\RecordOriginModifiedException;
21 21
 use Xiag\Rql\Parser\Exception\SyntaxErrorException as RqlSyntaxErrorException;
22
-use Xiag\Rql\Parser\Query as XiagQuery;
23 22
 use \Doctrine\ODM\MongoDB\Query\Builder as MongoBuilder;
24 23
 use Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher as EventDispatcher;
25 24
 use Graviton\ExceptionBundle\Exception\NotFoundException;
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
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
Please login to merge, or discard this patch.