Skip to content

Commit f315a33

Browse files
Fix CS/WS issue
1 parent 0109689 commit f315a33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CodeCoverage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public function getReport(): Directory
135135
if (!$this->cacheReport) {
136136
$this->cacheReport = (new Builder($this->analyser()))->build($this);
137137
}
138+
138139
return clone $this->cacheReport;
139140
}
140141

0 commit comments

Comments
 (0)