Skip to content

Commit 1d6576d

Browse files
Merge branch '2.7' into 2.8
* 2.7: [HttpKernel] Fix test Remove port from default host in server:status command [Console] Escape exception messages
2 parents 5a2ce67 + 571df80 commit 1d6576d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ServerStatusCommand.php

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

0 commit comments

Comments
 (0)