[Process] Document mustRun() #4187
Labels
actionable
Clear and specific issues ready for anyone to take them.
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
Process
Milestone
Since symfony/symfony#8655, the Process component has a
mustRun()
method which can be used for convenience. It throws an exception when the command being run doesn't exit successfully (i.e. its exit code is 0).The text was updated successfully, but these errors were encountered: