Closed
Description
Description
Currently, a multiline warning block looks like:
[WARNING] Your Symfony Installer version is outdated.
Execute the command "..." to get the latest version
Downloading the Symfony Demo Application...
It's not very clear that the second line is part of the warning block.
Proposed Solutions
I propose to change this to:
[WARNING] Your Symfony Installer version is outdated.
Execute the command "..." to get the latest version
Downloading the Symfony Demo Application...
Or:
[WARNING] Your Symfony Installer version is outdated.
Execute the command "..." to get the latest version
Downloading the Symfony Demo Application...
Or indent the complete block:
[WARNING] Your Symfony Installer version is outdated.
Execute the command "..." to get the latest version
Downloading the Symfony Demo Application...