|
@@ -126,9 +126,9 @@ final class XmlReporter implements ReporterInterface
|
|
|
|
|
|
private function createAboutElement(\DOMDocument $dom, string $about): \DOMElement
|
|
|
{
|
|
|
- $XML = $dom->createElement('about');
|
|
|
- $XML->setAttribute('value', $about);
|
|
|
+ $xml = $dom->createElement('about');
|
|
|
+ $xml->setAttribute('value', $about);
|
|
|
|
|
|
- return $XML;
|
|
|
+ return $xml;
|
|
|
}
|
|
|
}
|