@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | * @param \SimpleSAML\XML\ElementInterface $elt |
60 | 60 | * @return string|null |
61 | 61 | */ |
62 | - function (ElementInterface $elt) { |
|
62 | + function(ElementInterface $elt) { |
|
63 | 63 | /** @psalm-var \SimpleSAML\XML\Chunk|\SimpleSAML\XML\AbstractElement $elt */ |
64 | 64 | return ($elt instanceof Chunk) ? $elt->getNamespaceURI() : $elt::getNamespaceURI(); |
65 | 65 | }, |
@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | /** |
124 | 124 | * @return array|string |
125 | 125 | */ |
126 | - public function getNamespace(): array|string |
|
126 | + public function getNamespace(): array | string |
|
127 | 127 | { |
128 | 128 | Assert::true( |
129 | 129 | defined('static::NAMESPACE'), |
@@ -120,6 +120,6 @@ |
||
120 | 120 | 'namespacePrefix' => $this->getNamespacePrefix(), |
121 | 121 | 'localName' => $this->getLocalName(), |
122 | 122 | 'value' => $this->getValue(), |
123 | - ]; |
|
123 | + ]; |
|
124 | 124 | } |
125 | 125 | } |