We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afc038 commit 5122ddcCopy full SHA for 5122ddc
1 file changed
src/Report/Xml/Project.php
@@ -53,15 +53,6 @@ public function buildInformation(
53
'build',
54
)->item(0);
55
56
- if ($buildNode === null) {
57
- $buildNode = $this->dom->documentElement->appendChild(
58
- $this->dom->createElementNS(
59
- Facade::XML_NAMESPACE,
60
- 'build',
61
- ),
62
- );
63
- }
64
-
65
assert($buildNode instanceof DOMElement);
66
67
new BuildInformation(
0 commit comments