We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad2118 commit beb5d44Copy full SHA for beb5d44
src/Report/Xml/Coverage.php
@@ -28,7 +28,7 @@ public function __construct(DOMElement $context, string $line)
28
29
$this->writer = new XMLWriter;
30
$this->writer->openMemory();
31
- $this->writer->startElementNS(null, $context->nodeName, 'https://schema.phpunit.de/coverage/1.0');
+ $this->writer->startElementNs(null, $context->nodeName, 'https://schema.phpunit.de/coverage/1.0');
32
$this->writer->writeAttribute('nr', $line);
33
}
34
0 commit comments