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 926c4a6 commit 76fce1bCopy full SHA for 76fce1b
src/Helper/Shell.php
@@ -49,7 +49,7 @@ class Shell
49
/** @var resource The actual process resource returned from proc_open */
50
protected $process = null;
51
52
- /** @var string Status of the process as returned from proc_get_status */
+ /** @var array Status of the process as returned from proc_get_status */
53
protected $processStatus = null;
54
55
/** @var int Process starting time in unix timestamp */
0 commit comments