Skip to content

Commit 8c77ea8

Browse files
author
Kapitanov Andrey
committed
V8 Cat Indices
1 parent 97e4125 commit 8c77ea8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Concerns/InteractsWithIndex.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ public function catIndices(string $indexName, ?array $getFields = null): array
7272
}
7373

7474
public function indicesInfo(
75-
?array $indices = [],
76-
array $columns = ['i'],
77-
array $sort = [],
78-
?string $health = null
75+
?array $indices = [],
76+
array $columns = ['i'],
77+
array $sort = [],
78+
?string $health = null
7979
): array {
8080
return $this->resolveClient()->indicesInfo($indices, $columns, $sort, $health);
8181
}

0 commit comments

Comments
 (0)