Completed
Push — master ( 9eaef0...63a85b )
by Roberto
03:01
created
src/Shell/ExecutionClosure.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace RedMoon\TinkerServer\Shell;
4 4
 
5
-use Psy\Shell;
5
+use Psy\CodeCleaner\NoReturnValue;
6 6
 use Psy\Exception\BreakException;
7 7
 use Psy\Exception\ErrorException;
8
-use Psy\CodeCleaner\NoReturnValue;
9 8
 use Psy\Exception\ThrowUpException;
10 9
 use Psy\Exception\TypeErrorException;
11 10
 use Psy\ExecutionClosure as BaseExecutionClosure;
11
+use Psy\Shell;
12 12
 
13 13
 class ExecutionClosure extends BaseExecutionClosure
14 14
 {
Please login to merge, or discard this patch.
src/Server.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
     /**
113 113
      * Execute Code
114 114
      *
115
-     * @param  [type] $code
115
+     * @param  string $code
116 116
      *
117 117
      * @return mixed
118 118
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace RedMoon\TinkerServer;
4 4
 
5
-use Psy\Shell;
6 5
 use Clue\React\Stdio\Stdio;
6
+use Psy\Shell;
7 7
 use React\EventLoop\Factory;
8 8
 use React\EventLoop\LoopInterface;
9 9
 use React\Socket\ConnectionInterface;
Please login to merge, or discard this patch.