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
The splitbrain\phpcli\CLI::run() method terminates with a exit(0) command. It would be helpful to remove that.
In the case that the script should continue to run or must be terminated regularly (PHPUnit tests), the exit command is not helpful. If you need a hard cut, you can add it in the overload class itself. This makes it unnecessarily difficult for everyone to bypass this termination.
The text was updated successfully, but these errors were encountered:
The splitbrain\phpcli\CLI::run() method terminates with a exit(0) command. It would be helpful to remove that.
In the case that the script should continue to run or must be terminated regularly (PHPUnit tests), the exit command is not helpful. If you need a hard cut, you can add it in the overload class itself. This makes it unnecessarily difficult for everyone to bypass this termination.
The text was updated successfully, but these errors were encountered: