@@ -55,7 +55,7 @@ |
||
55 | 55 | |
56 | 56 | public function getArray(): array |
57 | 57 | { |
58 | - return array_filter( |
|
58 | + return array_filter( |
|
59 | 59 | [ |
60 | 60 | 'field' => $this->getField(), |
61 | 61 | 'shard_size' => $this->getShardSize(), |
@@ -33,7 +33,7 @@ |
||
33 | 33 | public function __construct( |
34 | 34 | string $name, |
35 | 35 | ?array $filters = [], |
36 | - bool $anonymous = false |
|
36 | + bool $anonymous = false |
|
37 | 37 | ) { |
38 | 38 | parent::__construct($name); |
39 | 39 |