@@ -80,7 +80,7 @@ |
||
80 | 80 | */ |
81 | 81 | protected function port(InputInterface $input) { |
82 | 82 | $name = $input->getArgument('port'); |
83 | - return isset($name) ? (int)$name : 8080; |
|
83 | + return isset($name) ? (int) $name : 8080; |
|
84 | 84 | } |
85 | 85 | |
86 | 86 | /** |