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.
2 parents b7c493d + 83d7427 commit 437e00cCopy full SHA for 437e00c
src/Process.php
@@ -79,7 +79,7 @@ class Process extends EventEmitter
79
* - 1: STDOUT (`ReadableStreamInterface`)
80
* - 2: STDERR (`ReadableStreamInterface`)
81
*
82
- * @var ReadableStreamInterface|WritableStreamInterface
+ * @var array<ReadableStreamInterface|WritableStreamInterface>
83
*/
84
public $pipes = array();
85
0 commit comments