We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0555068 commit 8214d23Copy full SHA for 8214d23
src/Helper/Shell.php
@@ -47,7 +47,7 @@ class Shell
47
protected array $env = [];
48
49
/** @var int Exit code of the process once it has been terminated */
50
- protected int $exitCode = 0;
+ protected ?int $exitCode = null;
51
52
/** @var array Other options to be passed for proc_open */
53
protected array $otherOptions = [];
0 commit comments