Completed
Push — master ( 9eaef0...63a85b )
by Roberto
03:01
created
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.