@@ -40,7 +40,7 @@ |
||
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 |