We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce84c35 commit 2ad2118Copy full SHA for 2ad2118
src/Report/Html/Renderer/File.php
@@ -599,7 +599,6 @@ private function renderSourceWithBranchCoverage(FileNode $node): string
599
600
$lineData = [];
601
602
- /** @var int $line */
603
foreach (array_keys($codeLines) as $line) {
604
$lineData[$line + 1] = [
605
'includedInBranches' => 0,
@@ -686,7 +685,6 @@ private function renderSourceWithPathCoverage(FileNode $node): string
686
685
687
688
689
690
691
692
'includedInPaths' => [],
0 commit comments