We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c22b05 commit 571df80Copy full SHA for 571df80
Command/ServerStatusCommand.php
@@ -31,7 +31,7 @@ protected function configure()
31
{
32
$this
33
->setDefinition(array(
34
- new InputArgument('address', InputArgument::OPTIONAL, 'Address:port', '127.0.0.1:8000'),
+ new InputArgument('address', InputArgument::OPTIONAL, 'Address:port', '127.0.0.1'),
35
new InputOption('port', 'p', InputOption::VALUE_REQUIRED, 'Address port number', '8000'),
36
))
37
->setName('server:status')
0 commit comments