Completed
Push — master ( 495169...b31514 )
by Changwan
10:11
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.
src/Wandu/Router/Dispatcher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Wandu\Router;
3 3
 
4
-use Closure;
5 4
 use Psr\Http\Message\ServerRequestInterface;
6 5
 use Wandu\Router\Contracts\Dispatchable;
7 6
 use Wandu\Router\Contracts\LoaderInterface;
Please login to merge, or discard this patch.