Passed
Pull Request — master (#41)
by Iulian
02:17
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -411,7 +411,7 @@
 block discarded – undo
411 411
         ]);
412 412
 
413 413
         $this->authToken = $response['authorizationToken'];
414
-        $this->apiUrl = $response['apiUrl'] . self::B2_API_V1;
414
+        $this->apiUrl = $response['apiUrl'].self::B2_API_V1;
415 415
         $this->downloadUrl = $response['downloadUrl'];
416 416
         $this->reAuthTime = Carbon::now('UTC');
417 417
         $this->reAuthTime->addSeconds($this->authTimeoutSeconds);
Please login to merge, or discard this patch.