@@ -42,7 +42,7 @@ |
||
42 | 42 | if ($this->iterable instanceof Traversable) { |
43 | 43 | $filter = $filter ?? |
44 | 44 | /** @param mixed $value */ |
45 | - static function ($value): bool { |
|
45 | + static function($value): bool { |
|
46 | 46 | return (bool) $value; |
47 | 47 | }; |
48 | 48 |