Skip to content

Commit 437e00c

Browse files
authored
Merge pull request #80 from gdejong/patch-1
Update docblock for Process::$pipes
2 parents b7c493d + 83d7427 commit 437e00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Process extends EventEmitter
7979
* - 1: STDOUT (`ReadableStreamInterface`)
8080
* - 2: STDERR (`ReadableStreamInterface`)
8181
*
82-
* @var ReadableStreamInterface|WritableStreamInterface
82+
* @var array<ReadableStreamInterface|WritableStreamInterface>
8383
*/
8484
public $pipes = array();
8585

0 commit comments

Comments
 (0)