@@ -273,7 +273,7 @@ |
||
273 | 273 | 'debug' => $this->remotePlusDebug, |
274 | 274 | 'version' => $this->remotePlusHttpVersion, |
275 | 275 | 'headers' => [ 'Content-Type' => $this->remotePlusContentType, |
276 | - 'Authorization' => $this->getAuthenticationHeaderValue( $this->user, $this->pass ), ], |
|
276 | + 'Authorization' => $this->getAuthenticationHeaderValue( $this->user, $this->pass ), ], |
|
277 | 277 | 'body' => $this->requestBody, |
278 | 278 | ] ); |
279 | 279 | } |