Skip to content

Commit 76fce1b

Browse files
committed
Minor DocBlock update
1 parent 926c4a6 commit 76fce1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper/Shell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Shell
4949
/** @var resource The actual process resource returned from proc_open */
5050
protected $process = null;
5151

52-
/** @var string Status of the process as returned from proc_get_status */
52+
/** @var array Status of the process as returned from proc_get_status */
5353
protected $processStatus = null;
5454

5555
/** @var int Process starting time in unix timestamp */

0 commit comments

Comments
 (0)