@@ -47,8 +47,7 @@ |
||
47 | 47 | public function getAttributeNS(string $namespaceURI, string $localName): ?string |
48 | 48 | { |
49 | 49 | return isset($this->namespacedAttributes['{' . $namespaceURI . '}' . $localName]) ? |
50 | - $this->namespacedAttributes['{' . $namespaceURI . '}' . $localName]['value'] : |
|
51 | - null; |
|
50 | + $this->namespacedAttributes['{' . $namespaceURI . '}' . $localName]['value'] : null; |
|
52 | 51 | } |
53 | 52 | |
54 | 53 |