@@ -112,7 +112,7 @@ |
||
| 112 | 112 | /** |
| 113 | 113 | * Execute Code |
| 114 | 114 | * |
| 115 | - * @param [type] $code |
|
| 115 | + * @param string $code |
|
| 116 | 116 | * |
| 117 | 117 | * @return mixed |
| 118 | 118 | */ |
@@ -2,8 +2,8 @@ |
||
| 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; |