@@ -68,6 +68,9 @@ discard block |
||
68 | 68 | */ |
69 | 69 | private $builder; |
70 | 70 | |
71 | + /** |
|
72 | + * @param BuilderInterface $builder |
|
73 | + */ |
|
71 | 74 | public function __construct(Client $client, ?BuilderInterface $builder = null) |
72 | 75 | { |
73 | 76 | $this->_client = $client; |
@@ -99,7 +102,7 @@ discard block |
||
99 | 102 | /** |
100 | 103 | * Add array of indices at once. |
101 | 104 | * |
102 | - * @param Index[]|string[] $indices |
|
105 | + * @param Index[] $indices |
|
103 | 106 | */ |
104 | 107 | public function addIndices(array $indices = []): self |
105 | 108 | { |