Test Failed
Pull Request — master (#20)
by Jean-Baptiste
03:04
created
src/TDBMService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -21,11 +21,9 @@
 block discarded – undo
21 21
 namespace TheCodingMachine\TDBM;
22 22
 
23 23
 use Doctrine\Common\Cache\Cache;
24
-use Doctrine\Common\Cache\VoidCache;
25 24
 use Doctrine\DBAL\Connection;
26 25
 use Doctrine\DBAL\Schema\Column;
27 26
 use Doctrine\DBAL\Schema\ForeignKeyConstraint;
28
-use Doctrine\DBAL\Schema\Schema;
29 27
 use Doctrine\DBAL\Schema\Table;
30 28
 use Doctrine\DBAL\Types\Type;
31 29
 use Mouf\Database\MagicQuery;
Please login to merge, or discard this patch.
src/Utils/TDBMDaoGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use TheCodingMachine\TDBM\ConfigurationInterface;
10 10
 use TheCodingMachine\TDBM\TDBMException;
11 11
 use TheCodingMachine\TDBM\TDBMSchemaAnalyzer;
12
-use Symfony\Component\EventDispatcher\EventDispatcherInterface;
13 12
 use Symfony\Component\Filesystem\Filesystem;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.
tests/TDBMServiceTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 
21 21
 namespace TheCodingMachine\TDBM;
22 22
 
23
-use TheCodingMachine\TDBM\Utils\DefaultNamingStrategy;
24 23
 use Psr\Log\LogLevel;
25 24
 use Wa72\SimpleLogger\ArrayLogger;
26 25
 
Please login to merge, or discard this patch.
src/Utils/DefaultNamingStrategy.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 namespace TheCodingMachine\TDBM\Utils;
5 5
 
6 6
 use Doctrine\Common\Inflector\Inflector;
7
-use Doctrine\DBAL\Schema\Column;
8 7
 use Doctrine\DBAL\Schema\ForeignKeyConstraint;
9 8
 use TheCodingMachine\TDBM\TDBMException;
10 9
 
Please login to merge, or discard this patch.