Skip to content

Commit d28d377

Browse files
Fix CS/WS issue
1 parent 3cbcec1 commit d28d377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ProcessedCodeCoverageData.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public function renameFile(string $oldFile, string $newFile): void
126126
if (isset($this->functionCoverage[$oldFile])) {
127127
$this->functionCoverage[$newFile] = $this->functionCoverage[$oldFile];
128128
}
129+
129130
unset($this->lineCoverage[$oldFile], $this->functionCoverage[$oldFile]);
130131
}
131132

0 commit comments

Comments
 (0)