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
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead (closes#12730).
Discussion
----------
Add mandatory exit status
Since Symfony 5 it is required to return an integer from a command but this is not yet reflected in the documentation. I've modified the execute() functions and added a note with the new requirement which links to an explanation of exit statuses.
Commits
-------
49f341f Add mandatory exit status
0 commit comments