Completed
Pull Request — master (#24)
by
unknown
03:52
created
src/Wandu/Console/Commands/PsyshCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Psy\Shell;
5 5
 use Wandu\Console\Command;
6
-use Wandu\Q\Queue;
7 6
 
8 7
 class PsyshCommand extends Command
9 8
 {
Please login to merge, or discard this patch.
src/Wandu/Database/Migrator/Migrator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use RuntimeException;
6 6
 use SplFileInfo;
7 7
 use Wandu\Database\Contracts\Migrator\MigrateAdapterInterface;
8
-use Wandu\Database\Contracts\Migrator\MigrationInterface;
9 8
 use Wandu\DI\ContainerInterface;
10 9
 
11 10
 class Migrator
Please login to merge, or discard this patch.