Skip to content

Commit a1b42c3

Browse files
committed
Minor tweaks
1 parent f14dae1 commit a1b42c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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
*/

tests/EndToEnd/Files/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*.fixed
1+
*.fixed

0 commit comments

Comments
 (0)