Passed
Push — master ( da4ca3...1bc575 )
by Tim
02:29
created
src/SAML2/XML/md/SPSSODescriptor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
         Assert::maxCount(
98 98
             array_filter(
99 99
                 $attributeConsumingService,
100
-                function (AttributeConsumingService $acs) {
100
+                function(AttributeConsumingService $acs) {
101 101
                     return $acs->getIsDefault() === true;
102 102
                 },
103 103
             ),
Please login to merge, or discard this patch.