Completed
Push — master ( 27d2f2...3153a3 )
by Changwan
04:10
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
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Wandu\Router;
3 3
 
4 4
 use Closure;
5
-use FastRoute\Dispatcher as FastDispatcher;
6 5
 use Psr\Http\Message\ServerRequestInterface;
7 6
 use Wandu\Router\Contracts\LoaderInterface;
8 7
 use Wandu\Router\Contracts\ResponsifierInterface;
Please login to merge, or discard this patch.