@@ -73,7 +73,7 @@ |
||
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 | { |
@@ -60,7 +60,7 @@ |
||
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 | { |
@@ -43,7 +43,7 @@ discard block |
||
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 |
||
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 | { |