@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | * @param \SimpleSAML\XML\SerializableElementInterface $elt |
60 | 60 | * @return string|null |
61 | 61 | */ |
62 | - function (ElementInterface $elt) { |
|
62 | + function(ElementInterface $elt) { |
|
63 | 63 | return ($elt instanceof Chunk) ? $elt->getNamespaceURI() : $elt::getNamespaceURI(); |
64 | 64 | }, |
65 | 65 | $elements |
@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | /** |
121 | 121 | * @return array|\SimpleSAML\XML\XsNamespace |
122 | 122 | */ |
123 | - public function getElementNamespace(): array|NS |
|
123 | + public function getElementNamespace(): array | NS |
|
124 | 124 | { |
125 | 125 | Assert::true( |
126 | 126 | defined('static::XS_ANY_ELT_NAMESPACE'), |