Skip to content

Commit 73c3fb0

Browse files
Simplify.
1 parent 09183ca commit 73c3fb0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PHP/CodeCoverage.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,8 @@ public function append(array $data, $id = NULL)
194194
}
195195
}
196196

197-
$executed = $this->getExecutedLines($data);
198-
199197
$this->data[$id] = array(
200-
'executed' => $executed,
198+
'executed' => $this->getExecutedLines($data),
201199
'dead' => $dead,
202200
'executable' => $executable,
203201
);

0 commit comments

Comments
 (0)