10000 bug #22626 Fix missing parenthesis (yceruto) · symfony/symfony@243e416 · GitHub
[go: up one dir, main page]

Skip to content

Commit 243e416

Browse files
committed
bug #22626 Fix missing parenthesis (yceruto)
This PR was merged into the 3.3-dev branch. Discussion ---------- Fix missing parenthesis | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT Commits ------- 7916ea9 Fix missing parenthesis
2 parents 0f526c9 + 7916ea9 commit 243e416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/WebServerBundle/Command/ServerLogCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ protected function configure()
6363
6464
<info>php %command.full_name% --filter=port</info>
6565
EOF
66+
)
6667
;
6768
}
6869

0 commit comments

Comments
 (0)
0