Skip to content

Commit bb60558

Browse files
DimionXgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 8c77ea8 commit bb60558

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ElasticClient.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ public function indicesInfo(
123123
}
124124

125125
return $this->client
126-
->cat()
127-
->indices($params)
128-
->asArray();
126+
->cat()
127+
->indices($params)
128+
->asArray();
129129
}
130130

131131
public function indicesDelete(string $indexName): array

0 commit comments

Comments
 (0)