@@ -152,9 +152,9 @@ |
||
152 | 152 | */ |
153 | 153 | public function search(string $query) |
154 | 154 | { |
155 | - $end = '/search'.$this->endpoint(); |
|
155 | + $end = '/search' . $this->endpoint(); |
|
156 | 156 | $query = [ |
157 | - 'query' => '"'.$query.'"', |
|
157 | + 'query' => '"' . $query . '"', |
|
158 | 158 | ]; |
159 | 159 | return $this->api()->request('GET', $end, null, $query); |
160 | 160 | } |