Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 2.7 (tested in 3.4) |
The raw message clearly shows two line breaks between sentences, however the final message ignore it. No matter how many line breaks you put, only one is taken into account.
This should be the expected result based on the raw message:
The related code is too old (a52f41d
, 4a4fea7
):
symfony/src/Symfony/Component/Console/Application.php
Lines 1136 to 1138 in 5bf241a
So I'm not sure (implications? real cause?) if removing the if
statement (https://3v4l.org/XcI6Q) is the right solution even though it worked for me. Someone could validate this?