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