Passed
Pull Request — master (#208)
by Jaime Pérez
02:34
created
src/SAML2/XML/md/SPSSODescriptor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
         Assert::maxCount(
116 116
             array_filter(
117 117
                 $this->getAttributeConsumingService(),
118
-                function (AttributeConsumingService $acs) {
118
+                function(AttributeConsumingService $acs) {
119 119
                     return $acs->getIsDefault() === true;
120 120
                 }
121 121
             ),
Please login to merge, or discard this patch.