Passed
Branch scrutinizer (7e64c3)
by Nikita
06:59 queued 02:33
created
Generator/RestControllerGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Tpg\ExtjsBundle\Generator;
3 3
 
4
-use Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver;
5 4
 use Sensio\Bundle\GeneratorBundle\Generator\ControllerGenerator;
6 5
 use Symfony\Component\HttpKernel\Bundle\BundleInterface;
7 6
 use Symfony\Component\Yaml\Yaml;
Please login to merge, or discard this patch.
Tests/Command/BaseTestGeneratedRestController.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -3,16 +3,9 @@
 block discarded – undo
3 3
 
4 4
 include_once(__DIR__ . '/../app/AppKernel.php');
5 5
 
6
-use Doctrine\Bundle\MongoDBBundle\Command\CreateSchemaDoctrineODMCommand;
7
-use Doctrine\Bundle\MongoDBBundle\Command\DropSchemaDoctrineODMCommand;
8 6
 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
9
-use Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand;
10
-use Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand;
11
-use Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand;
12
-
13 7
 use Symfony\Bundle\FrameworkBundle\Console\Application;
14 8
 use Symfony\Component\Console\Tester\CommandTester;
15
-use Symfony\Component\Routing\Router;
16 9
 use Tpg\ExtjsBundle\Command\GenerateRestControllerCommand;
17 10
 
18 11
 class BaseTestGeneratedRestController extends WebTestCase {
Please login to merge, or discard this patch.