Skip to content

Commit 1be4361

Browse files
staabmsebastianbergmann
authored andcommitted
build-element will always exists
it will be created while __construct() already
1 parent 2afc038 commit 1be4361

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Report/Xml/Project.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,6 @@ public function buildInformation(
5353
'build',
5454
)->item(0);
5555

56-
if ($buildNode === null) {
57-
$buildNode = $this->dom->documentElement->appendChild(
58-
$this->dom->createElementNS(
59-
Facade::XML_NAMESPACE,
60-
'build',
61-
),
62-
);
63-
}
64-
6556
assert($buildNode instanceof DOMElement);
6657

6758
new BuildInformation(

0 commit comments

Comments
 (0)