File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ private function initializeFilesThatAreSeenTheFirstTime(array $data)
634
634
635
635
foreach ($ fileData ['functions ' ] as $ functionName => $ functionData ) {
636
636
$ this ->data [$ file ]['branches ' ][$ functionName ] = [];
637
- $ this ->data [$ file ]['paths ' ][$ functionName ] = [ ];
637
+ $ this ->data [$ file ]['paths ' ][$ functionName ] = $ functionData [ ' paths ' ];
638
638
639
639
foreach ($ functionData ['branches ' ] as $ index => $ branch ) {
640
640
$ this ->data [$ file ]['branches ' ][$ functionName ][$ index ] = [
@@ -650,10 +650,6 @@ private function initializeFilesThatAreSeenTheFirstTime(array $data)
650
650
}
651
651
}
652
652
}
653
-
654
- foreach ($ functionData ['paths ' ] as $ path ) {
655
- $ this ->data [$ file ]['paths ' ][$ functionName ][] = $ path ;
656
- }
657
653
}
658
654
}
659
655
}
You can’t perform that action at this time.
0 commit comments