@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | $baseUrl = $parsedBaseUrl['scheme']. |
48 | 48 | '://'.rawurlencode($this->username).':'.rawurlencode($this->password).'@'.$parsedBaseUrl['host']; |
49 | 49 | |
50 | - $this->baseUrl = $baseUrl; |
|
50 | + $this->baseUrl = $baseUrl; |
|
51 | 51 | } |
52 | 52 | |
53 | 53 | /** |
@@ -197,7 +197,7 @@ discard block |
||
197 | 197 | { |
198 | 198 | |
199 | 199 | $url = $this->baseUrl.$uri; |
200 | - $options = $options ? : []; |
|
200 | + $options = $options ?: []; |
|
201 | 201 | $defaultOptions = []; |
202 | 202 | $options = array_merge($defaultOptions, $options); |
203 | 203 | $client = $this->getClient(); |