Skip to content

Commit 32d33df

Browse files
Fix CS/WS issue
1 parent 5b619a7 commit 32d33df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Report/Clover.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ public function process(CodeCoverage $coverage, ?string $target = null, ?string
137137
}
138138

139139
$lines[$line] = [
140-
'count' => count($data), 'type' => 'stmt',
140+
'count' => count($data),
141+
'type' => 'stmt',
141142
];
142143
}
143144

0 commit comments

Comments
 (0)