Revert "wip"

This reverts commit 1b168aba1c.
This commit is contained in:
nuno maduro
2026-05-03 11:45:39 -03:00
parent 29b4452443
commit c12247fafd

View File

@ -172,12 +172,6 @@ final class CoverageMerger
return null; return null;
} }
if (! $value instanceof CodeCoverage) { return $value instanceof CodeCoverage ? $value : null;
return null;
}
$value->doNotCacheStaticAnalysis();
return $value;
} }
} }