Skip to content

Commit

Permalink
chore: fixes type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 9, 2024
1 parent 1a8f702 commit fa41a67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Support/Coverage.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ public static function getMissingCoverage(mixed $file): array

$array = [];
foreach (array_filter($file->lineCoverageData(), is_array(...)) as $line => $tests) {
assert(is_array($tests));

$array = $eachLine($array, $tests, $line);
}

Expand Down

0 comments on commit fa41a67

Please sign in to comment.