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
-------

7916ea9e47 Fix missing parenthesis
This commit is contained in:
Fabien Potencier 2017-05-03 15:13:49 -07:00
commit 243e4162ee

View File

@ -63,6 +63,7 @@ To get the information as a machine readable format, use the
<info>php %command.full_name% --filter=port</info>
EOF
)
;
}