Passed
Branch master (8c2723)
by Tim
02:26
created
src/SAML2/XML/mdattr/EntityAttributes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     {
65 65
         Assert::allIsInstanceOfAny($children, [Assertion::class, Attribute::class]);
66 66
 
67
-        $assertions = array_filter($children, function ($child) {
67
+        $assertions = array_filter($children, function($child) {
68 68
             return $child instanceof Assertion;
69 69
         });
70 70
 
Please login to merge, or discard this patch.