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 c61e87d commit 7ca8dc2Copy full SHA for 7ca8dc2
Process.php
@@ -52,7 +52,7 @@ class Process implements \IteratorAggregate
52
public const ITER_SKIP_ERR = 8; // Use this flag to skip STDERR while iterating
53
54
/**
55
- * @var \Closure('out'|'err', string)|null
+ * @var \Closure('out'|'err', string):bool|null
56
*/
57
private ?\Closure $callback = null;
58
private array|string $commandline;
0 commit comments