Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi authored and github-actions[bot] committed Apr 19, 2024
1 parent 14651f9 commit 72bbd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ protected function issues(InsightCollection $insightCollection, array $metrics):
$details = $insight->getDetails();
usort($details, $detailsComparator);

/** @var \NunoMaduro\PhpInsights\Domain\Details $detail */
/** @var Details $detail */
foreach ($details as $detail) {
$detailString = $this->formatFileLine($detail);

Expand Down

0 comments on commit 72bbd2a

Please sign in to comment.