Passed
Push — master ( d81bf3...5005c4 )
by Tim
01:40
created
src/XML/saml/Attribute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
         }
87 87
 
88 88
         $types = array_map(
89
-            function (AttributeValue $av) {
89
+            function(AttributeValue $av) {
90 90
                 return $av->getXsiType();
91 91
             },
92 92
             $attributeValue,
Please login to merge, or discard this patch.