Skip to content

Commit 98b1974

Browse files
committed
Runner: fix type annotation
1 parent e1e56e3 commit 98b1974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ public function processFile($file)
764764
* The reporting information returned by each child process is merged
765765
* into the main reporter class.
766766
*
767-
* @param array<non-negative-int, non-empty-string> $childProcs An array of child processes to wait for.
767+
* @param array<int, string> $childProcs An array of child processes to wait for.
768768
*
769769
* @return bool
770770
*/

0 commit comments

Comments
 (0)