Passed
Push — master ( 4b80a9...b8c4ce )
by Tim
02:21
created
src/SAML2/XML/mdattr/EntityAttributes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
         Assert::maxCount($children, C::UNBOUNDED_LIMIT);
41 41
         Assert::allIsInstanceOfAny($children, [Assertion::class, Attribute::class]);
42 42
 
43
-        $assertions = array_filter($children, function ($child) {
43
+        $assertions = array_filter($children, function($child) {
44 44
             return $child instanceof Assertion;
45 45
         });
46 46
 
Please login to merge, or discard this patch.