Completed
Push — master ( 4c86ee...c522c0 )
by Roberto
06:38 queued 05:42
created
src/Console/TinkerServerCommand.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Redmoon\TinkerServer\Console;
4 4
 
5
-use Psy\Shell;
6
-use Psy\Configuration;
7 5
 use Clue\React\Stdio\Stdio;
8
-use React\EventLoop\Factory;
9 6
 use Illuminate\Console\Command;
7
+use Psy\Configuration;
8
+use Psy\Shell;
9
+use React\EventLoop\Factory;
10 10
 use Symfony\Component\Console\Output\BufferedOutput;
11 11
 
12 12
 class TinkerServerCommand extends Command
Please login to merge, or discard this patch.