Test Failed
Pull Request — master (#37)
by Jean-Baptiste
11:09
created
src/TDBMService.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -21,15 +21,11 @@
 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\DBALException;
27 26
 use Doctrine\DBAL\Platforms\AbstractPlatform;
28 27
 use Doctrine\DBAL\Platforms\MySqlPlatform;
29
-use Doctrine\DBAL\Platforms\OraclePlatform;
30
-use Doctrine\DBAL\Schema\Column;
31 28
 use Doctrine\DBAL\Schema\ForeignKeyConstraint;
32
-use Doctrine\DBAL\Schema\Schema;
33 29
 use Doctrine\DBAL\Schema\Table;
34 30
 use Doctrine\DBAL\Types\Type;
35 31
 use Mouf\Database\MagicQuery;
Please login to merge, or discard this patch.