Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dbcfa5c

Browse filesBrowse files
committed
Remove port from default host in server:status command
1 parent 359a063 commit dbcfa5c
Copy full SHA for dbcfa5c

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/ServerStatusCommand.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.