Passed
Branch php80 (fed2f5)
by Tim
03:11
created
src/ExtendableElementTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
              * @param \SimpleSAML\XML\AbstractXMLElement|\SimpleSAML\XML\Chunk $elt
59 59
              * @return string|null
60 60
              */
61
-            function ($elt) {
61
+            function($elt) {
62 62
                 return ($elt instanceof Chunk) ? $elt->getNamespaceURI() : $elt::getNamespaceURI();
63 63
             },
64 64
             $elements
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
     /**
122 122
      * @return array|string
123 123
      */
124
-    public function getNamespace(): array|string
124
+    public function getNamespace(): array | string
125 125
     {
126 126
         Assert::true(
127 127
             defined('static::NAMESPACE'),
Please login to merge, or discard this patch.