Passed
Push — master ( 93c41c...1d005d )
by Michael
08:23
created
src/RemotePlusClient.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -273,7 +273,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.