Skip to content

Commit 7046af8

Browse files
Fix CS/WS issue
1 parent 752cfed commit 7046af8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Node/Builder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ private function reducePaths(ProcessedCodeCoverageData $coverage): string
223223
$paths[$i] = substr($paths[$i], 7);
224224
$paths[$i] = str_replace('/', DIRECTORY_SEPARATOR, $paths[$i]);
225225
}
226+
226227
$paths[$i] = explode(DIRECTORY_SEPARATOR, $paths[$i]);
227228

228229
if (empty($paths[$i][0])) {

0 commit comments

Comments
 (0)