@@ -187,7 +187,7 @@ |
||
187 | 187 | } |
188 | 188 | /** |
189 | 189 | * @param $options |
190 | - * @return mixed|ResponseInterface |
|
190 | + * @return ResponseInterface |
|
191 | 191 | */ |
192 | 192 | private function request($options) |
193 | 193 | { |
@@ -141,7 +141,7 @@ |
||
141 | 141 | private function setAuthorizationHeader(array $options): array |
142 | 142 | { |
143 | 143 | $options['headers'] = [ |
144 | - 'Authorization' => 'Bearer ' . $this->accessToken, |
|
144 | + 'Authorization' => 'Bearer '.$this->accessToken, |
|
145 | 145 | ]; |
146 | 146 | return $options; |
147 | 147 | } |