Passed
Push — master ( a16579...6c6948 )
by Tim
06:31 queued 04:41
created
src/ExtendableElementTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
              * @param \SimpleSAML\XML\AbstractXMLElement|\SimpleSAML\XML\Chunk $elt
51 51
              * @return string|null
52 52
              */
53
-            function ($elt) {
53
+            function($elt) {
54 54
                 return ($elt instanceof Chunk) ? $elt->getNamespaceURI() : $elt::getNamespaceURI();
55 55
             },
56 56
             $elements
Please login to merge, or discard this patch.