Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7ca8dc2

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎Process.php‎

Copy file name to clipboardExpand all lines: Process.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.