| @@ -35,7 +35,7 @@ | ||
| 35 | 35 | unset($options['body']); | 
| 36 | 36 | } | 
| 37 | 37 |          if (isset($options['query'])) { | 
| 38 | - $uri .= '?' . http_build_query($options['query']); | |
| 38 | + $uri .= '?'.http_build_query($options['query']); | |
| 39 | 39 | unset($options['body']); | 
| 40 | 40 | } | 
| 41 | 41 | $this->lastRequest = new Request($method, $uri, $headers, $body); |