Skip to content

Commit

Permalink
Merge branch '10.5' into 11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 7, 2024
2 parents f8e0382 + a770e0d commit a6586b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner/CodeCoverage.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function start(TestCase $test): void
* @param array<string,list<int>>|false $linesToBeCovered
* @param array<string,list<int>> $linesToBeUsed
*/
public function stop(bool $append = true, array|false $linesToBeCovered = [], array $linesToBeUsed = []): void
public function stop(bool $append, array|false $linesToBeCovered = [], array $linesToBeUsed = []): void
{
if (!$this->collecting) {
return;
Expand Down

0 comments on commit a6586b3

Please sign in to comment.