Test Setup Failed
Push — master ( 25278d...58aaaa )
by recca
03:37
created
src/Console/Commands/Artisan.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
      * need focre option.
74 74
      *
75 75
      * @param string $command
76
-     * @return bool
76
+     * @return string
77 77
      */
78 78
     protected function forceCommand($command)
79 79
     {
Please login to merge, or discard this patch.
src/Console/Commands/Find.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
      *
61 61
      * @param \Symfony\Component\Console\Input\InputInterface   $input
62 62
      * @param \Symfony\Component\Console\Output\OutputInterface $output
63
-     * @return \Symfony\Component\Console\Input\StringInput
63
+     * @return integer
64 64
      */
65 65
     public function run(InputInterface $input, OutputInterface $output)
66 66
     {
Please login to merge, or discard this patch.
src/Http/Controllers/TerminalController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
      *
44 44
      * @param \Recca0120\Terminal\TerminalManager   $terminalManger
45 45
      * @param string                                $view
46
-     * @return mixed
46
+     * @return \Illuminate\Http\Response
47 47
      */
48 48
     public function index(TerminalManager $terminalManger, $view = 'index')
49 49
     {
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
      * rpc response.
67 67
      *
68 68
      * @param \Recca0120\Terminal\TerminalManager   $terminalManger
69
-     * @return mixed
69
+     * @return \Illuminate\Http\JsonResponse
70 70
      */
71 71
     public function endpoint(TerminalManager $terminalManger)
72 72
     {
Please login to merge, or discard this patch.