Skip to content

Commit

Permalink
Fix: Run 'make coding-standards'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 29, 2024
1 parent 5f598e3 commit abcaf35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public function bootstrap(
return;
}

throw new \RuntimeException(\sprintf(
'Unable to select extension for PHPUnit version with version series "%s".',
Runner\Version::series(),
));
throw new \RuntimeException(\sprintf(
'Unable to select extension for PHPUnit version with version series "%s".',
Runner\Version::series(),
));

Check warning on line 242 in src/Extension.php

View check run for this annotation

Codecov / codecov/patch

src/Extension.php#L239-L242

Added lines #L239 - L242 were not covered by tests

0 comments on commit abcaf35

Please sign in to comment.