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