We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14dae1 commit a1b42c3Copy full SHA for a1b42c3
2 files changed
src/Runner.php
@@ -764,7 +764,7 @@ public function processFile($file)
764
* The reporting information returned by each child process is merged
765
* into the main reporter class.
766
*
767
- * @param array<non-negative-int, non-empty-string> $childProcs An array of child processes to wait for.
+ * @param array<int, string> $childProcs An array of child processes to wait for.
768
769
* @return bool
770
*/
tests/EndToEnd/Files/.gitignore
@@ -1 +1 @@
1
-*.fixed
+*.fixed
0 commit comments