| @@ -40,7 +40,7 @@ discard block | ||
| 40 | 40 | /** | 
| 41 | 41 | * Get an instance of PsyShell. | 
| 42 | 42 | * | 
| 43 | - * @return Psy\Shell | |
| 43 | + * @return Shell | |
| 44 | 44 | */ | 
| 45 | 45 | protected function getPsyShell() : Shell | 
| 46 | 46 |      { | 
| @@ -61,7 +61,7 @@ discard block | ||
| 61 | 61 | /** | 
| 62 | 62 | * Get an array of Laravel tailored casters. | 
| 63 | 63 | * | 
| 64 | - * @return array | |
| 64 | + * @return callable[] | |
| 65 | 65 | */ | 
| 66 | 66 | protected function getCasters() : array | 
| 67 | 67 |      { | 
| @@ -2,11 +2,11 @@ | ||
| 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 |