@@ -135,7 +135,11 @@ public function remove(?\Manticoresearch\Buddy\Base\Plugin\Sharding\Queue $queue
135135 * @param string|null $operationGroup
136136 * @return static
137137 */
138- public function addNodeIds (\Manticoresearch \Buddy \Base \Plugin \Sharding \Queue $ queue , array $ nodeIds , ?string $ operationGroup = null ): static {
138+ public function addNodeIds (
139+ \Manticoresearch \Buddy \Base \Plugin \Sharding \Queue $ queue ,
140+ array $ nodeIds ,
141+ ?string $ operationGroup = null
142+ ): static {
139143 $ this ->cluster ?->addNodeIds($ queue , $ nodeIds , $ operationGroup );
140144 return $ this ;
141145 }
@@ -147,7 +151,11 @@ public function addNodeIds(\Manticoresearch\Buddy\Base\Plugin\Sharding\Queue $qu
147151 * @param string|null $operationGroup
148152 * @return int
149153 */
150- public function addTables (\Manticoresearch \Buddy \Base \Plugin \Sharding \Queue $ queue , array $ tables , ?string $ operationGroup = null ): int {
154+ public function addTables (
155+ \Manticoresearch \Buddy \Base \Plugin \Sharding \Queue $ queue ,
156+ array $ tables ,
157+ ?string $ operationGroup = null
158+ ): int {
151159 return $ this ->cluster ?->addTables($ queue , $ tables , $ operationGroup ) ?? 0 ;
152160 }
153161
@@ -158,7 +166,11 @@ public function addTables(\Manticoresearch\Buddy\Base\Plugin\Sharding\Queue $que
158166 * @param string|null $operationGroup
159167 * @return int
160168 */
161- public function removeTables (\Manticoresearch \Buddy \Base \Plugin \Sharding \Queue $ queue , array $ tables , ?string $ operationGroup = null ): int {
169+ public function removeTables (
170+ \Manticoresearch \Buddy \Base \Plugin \Sharding \Queue $ queue ,
171+ array $ tables ,
172+ ?string $ operationGroup = null
173+ ): int {
162174 return $ this ->cluster ?->removeTables($ queue , $ tables , $ operationGroup ) ?? 0 ;
163175 }
164176
0 commit comments