Completed
Pull Request — master (#12)
by
unknown
03:44
created
src/Resources/Ticket.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -152,9 +152,9 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.