mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: fixes type checking
This commit is contained in:
@ -198,8 +198,6 @@ final class Coverage
|
||||
|
||||
$array = [];
|
||||
foreach (array_filter($file->lineCoverageData(), is_array(...)) as $line => $tests) {
|
||||
assert(is_array($tests));
|
||||
|
||||
$array = $eachLine($array, $tests, $line);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user