Skip to content

Commit 7ca8dc2

Browse files
committed
Add missing return type for docblock Closure
1 parent c61e87d commit 7ca8dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Process implements \IteratorAggregate
5252
public const ITER_SKIP_ERR = 8; // Use this flag to skip STDERR while iterating
5353

5454
/**
55-
* @var \Closure('out'|'err', string)|null
55+
* @var \Closure('out'|'err', string):bool|null
5656
*/
5757
private ?\Closure $callback = null;
5858
private array|string $commandline;

0 commit comments

Comments
 (0)