Skip to content

Commit

Permalink
Update MinCoverageResult.php
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvansteen authored and robiningelbrecht committed Dec 30, 2024
1 parent 83c4ce9 commit db5534e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MinCoverage/MinCoverageResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function exitOnLowCoverage(): bool
public static function mapFromRulesAndMetrics(
MinCoverageRules $minCoverageRules,
array $metrics,
CoverageMetric|null $metricTotal = null,
?CoverageMetric $metricTotal = null,
): array {
$results = [];
foreach ($minCoverageRules->getRules() as $minCoverageRule) {
Expand Down

0 comments on commit db5534e

Please sign in to comment.