Completed
Push — master ( 4c86ee...c522c0 )
by Roberto
06:38 queued 05:42
created
src/Console/TinkerServerCommand.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this 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.