8000 Remove port from default host in server:status command · romainneutron/symfony@dbcfa5c · GitHub
[go: up one dir, main page]

Skip to content

Commit dbcfa5c

Browse files
committed
Remove port from default host in server:status command
1 parent 359a063 commit dbcfa5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/ServerStatusCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected function configure()
3131
{
3232
$this
3333
->setDefinition(array(
34-
new InputArgument('address', InputArgument::OPTIONAL, 'Address:port', '127.0.0.1:8000'),
34+
new InputArgument('address', InputArgument::OPTIONAL, 'Address:port', '127.0.0.1'),
3535
new InputOption('port', 'p', InputOption::VALUE_REQUIRED, 'Address port number', '8000'),
3636
))
3737
->setName('server:status')

0 commit comments

Comments
 (0)
0