Skip to content

Commit

Permalink
chore: fixes style
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Mar 3, 2023
1 parent 2845876 commit 3820229
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Adapters/Phpunit/Style.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public function writeErrorsSummary(State $state): void
%s
</span>
</div>
HTML, $truncateClasses, $testResult->color === 'yellow' ? 'yellow-400' : $testResult->color, $testResult->color === 'yellow' ? 'text-black' : '',$testResult->type, $testCaseName, $description, $throwableClassName));
HTML, $truncateClasses, $testResult->color === 'yellow' ? 'yellow-400' : $testResult->color, $testResult->color === 'yellow' ? 'text-black' : '', $testResult->type, $testCaseName, $description, $throwableClassName));

$this->writeError($testResult->throwable);
}, $errors);
Expand Down
1 change: 0 additions & 1 deletion src/Coverage.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace NunoMaduro\Collision;

use RuntimeException;
use SebastianBergmann\CodeCoverage\CodeCoverage;
use SebastianBergmann\CodeCoverage\Node\Directory;
use SebastianBergmann\CodeCoverage\Node\File;
Expand Down

0 comments on commit 3820229

Please sign in to comment.