Skip to content

Commit c501c25

Browse files
committed
Update Coverage.php
1 parent 814a292 commit c501c25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Report/Xml/Coverage.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
final class Coverage
1919
{
2020
private readonly DOMElement $contextNode;
21-
private bool $finalized = false;
2221
private readonly string $line;
2322

2423
public function __construct(DOMElement $context, string $line)
@@ -48,7 +47,5 @@ public function finalize(array $tests): void
4847
$fragment,
4948
$this->contextNode,
5049
);
51-
52-
$this->finalized = true;
5350
}
5451
}

0 commit comments

Comments
 (0)