Skip to content

Commit

Permalink
Fix CS/WS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 26, 2023
1 parent 2e574dd commit 1c6122e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Report/Clover.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
use function ksort;
use function max;
use function range;
use function strpos;
use function time;
use DOMDocument;
use SebastianBergmann\CodeCoverage\CodeCoverage;
Expand Down
1 change: 1 addition & 0 deletions src/Report/Cobertura.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
use function preg_match;
use function range;
use function str_replace;
use function strpos;
use function time;
use DOMImplementation;
use SebastianBergmann\CodeCoverage\CodeCoverage;
Expand Down
1 change: 1 addition & 0 deletions src/Report/Crap4j.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use function htmlspecialchars;
use function is_string;
use function round;
use function strpos;
use DOMDocument;
use SebastianBergmann\CodeCoverage\CodeCoverage;
use SebastianBergmann\CodeCoverage\Driver\WriteOperationFailedException;
Expand Down
1 change: 1 addition & 0 deletions src/Report/PHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use function dirname;
use function file_put_contents;
use function serialize;
use function strpos;
use SebastianBergmann\CodeCoverage\CodeCoverage;
use SebastianBergmann\CodeCoverage\Driver\WriteOperationFailedException;
use SebastianBergmann\CodeCoverage\Util\Filesystem;
Expand Down

0 comments on commit 1c6122e

Please sign in to comment.