@@ -16,7 +16,6 @@ discard block |
||
16 | 16 | /** |
17 | 17 | * Serve command. |
18 | 18 | * |
19 | - * @param int $port |
|
20 | 19 | */ |
21 | 20 | protected function serve(InputInterface $input, OutputInterface $output) |
22 | 21 | { |
@@ -75,7 +74,7 @@ discard block |
||
75 | 74 | * Obtain port. |
76 | 75 | * |
77 | 76 | * @param InputInterface $input |
78 | - * @return mixed|string |
|
77 | + * @return integer |
|
79 | 78 | */ |
80 | 79 | protected function port(InputInterface $input) { |
81 | 80 | $name = $input->getArgument('port'); |