Passed
Push — oracle_tests ( 0a4664...8d5500 )
by David
02:39
created
src/TDBMService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -21,13 +21,10 @@
 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\Platforms\AbstractPlatform;
27 26
 use Doctrine\DBAL\Platforms\MySqlPlatform;
28
-use Doctrine\DBAL\Schema\Column;
29 27
 use Doctrine\DBAL\Schema\ForeignKeyConstraint;
30
-use Doctrine\DBAL\Schema\Schema;
31 28
 use Doctrine\DBAL\Schema\Table;
32 29
 use Doctrine\DBAL\Types\Type;
33 30
 use Mouf\Database\MagicQuery;
Please login to merge, or discard this patch.
tests/TDBMServiceTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,6 @@
 block discarded – undo
20 20
 
21 21
 namespace TheCodingMachine\TDBM;
22 22
 
23
-use Doctrine\DBAL\Platforms\MySqlPlatform;
24
-use TheCodingMachine\TDBM\Utils\DefaultNamingStrategy;
25 23
 use Psr\Log\LogLevel;
26 24
 use Wa72\SimpleLogger\ArrayLogger;
27 25
 
Please login to merge, or discard this patch.