Completed
Pull Request — master (#1193)
by Dmitriy
02:00
created
src/Phinx/Db/Action/DropForeignKey.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
  */
25 25
 namespace Phinx\Db\Action;
26 26
 
27
-use InvalidArgumentException;
28 27
 use Phinx\Db\Table\ForeignKey;
29 28
 use Phinx\Db\Table\Table;
30 29
 
Please login to merge, or discard this patch.
src/Phinx/Db/Adapter/AdapterWrapper.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,6 @@
 block discarded – undo
29 29
 namespace Phinx\Db\Adapter;
30 30
 
31 31
 use Phinx\Db\Table\Column;
32
-use Phinx\Db\Table\ForeignKey;
33
-use Phinx\Db\Table\Index;
34 32
 use Phinx\Db\Table\Table;
35 33
 use Phinx\Migration\MigrationInterface;
36 34
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.
src/Phinx/Db/Table.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@  discard block
 block discarded – undo
33 33
 use Phinx\Db\Action\AddIndex;
34 34
 use Phinx\Db\Action\ChangeColumn;
35 35
 use Phinx\Db\Action\CreateTable;
36
-use Phinx\Db\Action\DropColumn;
37 36
 use Phinx\Db\Action\DropForeignKey;
38 37
 use Phinx\Db\Action\DropIndex;
39 38
 use Phinx\Db\Action\DropTable;
@@ -44,7 +43,6 @@  discard block
 block discarded – undo
44 43
 use Phinx\Db\Plan\Intent;
45 44
 use Phinx\Db\Plan\Plan;
46 45
 use Phinx\Db\Table\Column;
47
-use Phinx\Db\Table\ForeignKey;
48 46
 use Phinx\Db\Table\Index;
49 47
 use Phinx\Db\Table\Table as TableValue;
50 48
 
Please login to merge, or discard this patch.