Skip to content

Commit

Permalink
Fixes parallel mutation testing when using Laravel Herd.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Sep 11, 2024
1 parent c2f30e0 commit b16e865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugins/Parallel/Paratest/WrapperRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function run(): int
/**
* Handles Laravel Herd's debug and coverage modes.
*
* @param array<string> $parameters
* @param array<string> $parameters
* @return array<string>
*/
private function handleLaravelHerd(array $parameters): array
Expand Down

0 comments on commit b16e865

Please sign in to comment.