Skip to content

Commit 2bd0de0

Browse files
committed
Fix linting
1 parent 6293396 commit 2bd0de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Typesense/Index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ public function searchUsingApi($query, array $options = []): array
118118
$searchRequest = [
119119
'searches' => [
120120
array_merge($options, [
121-
'collection' => $this->name
122-
])
121+
'collection' => $this->name,
122+
]),
123123
],
124124
];
125125

0 commit comments

Comments
 (0)