Passed
Pull Request — master (#15)
by Tim
01:40
created
src/ExtendableElementTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
              * @param \SimpleSAML\XML\ElementInterface $elt
62 62
              * @return string|null
63 63
              */
64
-            function ($elt) {
64
+            function($elt) {
65 65
                 return ($elt instanceof Chunk) ? $elt->getNamespaceURI() : $elt::getNamespaceURI();
66 66
             },
67 67
             $elements
Please login to merge, or discard this patch.