| @@ -11,7 +11,6 @@ | ||
| 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. | 
| @@ -10,7 +10,6 @@ | ||
| 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 | |
| @@ -6,7 +6,6 @@ | ||
| 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 | 
| @@ -11,7 +11,6 @@ | ||
| 11 | 11 | use Guzzle\Http\Client; | 
| 12 | 12 | use Guzzle\Http\Message\RequestInterface; | 
| 13 | 13 | use Psr\Log\LoggerInterface; | 
| 14 | -use Symfony\Component\HttpFoundation\Response; | |
| 15 | 14 | use Symfony\Component\Validator\Constraints\Url; | 
| 16 | 15 | use Symfony\Component\Validator\Validator\ValidatorInterface; | 
| 17 | 16 | |
| @@ -5,7 +5,6 @@ | ||
| 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 | /** | 
| @@ -6,7 +6,6 @@ | ||
| 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> | 
| @@ -6,11 +6,9 @@ | ||
| 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 | /** | 
| @@ -8,7 +8,6 @@ | ||
| 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; | 
| @@ -11,17 +11,15 @@ | ||
| 11 | 11 | use Graviton\Rql\Node\SearchNode; | 
| 12 | 12 | use Graviton\SchemaBundle\Model\SchemaModel; | 
| 13 | 13 | use Graviton\SecurityBundle\Entities\SecurityUser; | 
| 14 | -use Symfony\Bridge\Monolog\Logger; | |
| 15 | 14 | use Symfony\Component\HttpFoundation\Request; | 
| 16 | 15 | use Doctrine\ODM\MongoDB\Query\Builder; | 
| 17 | 16 | use Graviton\Rql\Visitor\MongoOdm as Visitor; | 
| 18 | 17 | use Xiag\Rql\Parser\Node\Query\AbstractLogicOperatorNode; | 
| 19 | 18 | use Xiag\Rql\Parser\Node\Query\AbstractScalarOperatorNode; | 
| 20 | -use Xiag\Rql\Parser\Query; | |
| 19 | +use Xiag\Rql\Parser\Query as XiagQuery; | |
| 21 | 20 | use Graviton\ExceptionBundle\Exception\RecordOriginModifiedException; | 
| 22 | 21 | use Xiag\Rql\Parser\Exception\SyntaxErrorException as RqlSyntaxErrorException; | 
| 23 | 22 | use Graviton\SchemaBundle\Document\Schema as SchemaDocument; | 
| 24 | -use Xiag\Rql\Parser\Query as XiagQuery; | |
| 25 | 23 | |
| 26 | 24 | /** | 
| 27 | 25 | * Use doctrine odm as backend |