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