You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
This PR was merged into the 3.4 branch.
Discussion
----------
Improve the console script
- look for the `--env` and `--no-debug` only before a `--` separator, to respect the support for `--`
- avoid passing an empty string as parameter option name (which would never match anyway, but causes php warning is some Symfony versions instead of being ignored silently, because of symfony/symfony#26136).
Same change than symfony/recipes#367
Commits
-------
126ce57 Improve the console script
0 commit comments