Skip to content

Commit 16dd33d

Browse files
committed
Fixed codestyle
1 parent dd36999 commit 16dd33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Manticoresearch/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public function update(array $params = [])
222222
* Endpoint: sql
223223
* @param mixed $params
224224
* @return array
225-
*
225+
*
226226
* $params can be either two parameters (string $query, bool $rawMode = false),
227227
* or a single parameter with the following structure (array [ 'mode' => $mode, 'body' => ['query' => $query] ])
228228
* The second variant is currently supported to provide compatibility with the older versions of the client

0 commit comments

Comments
 (0)