Test Failed
Pull Request — master (#31)
by
unknown
01:55
created
src/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
         if (isset($options['auth_timeout_seconds'])) {
39 39
             $this->authTimeoutSeconds = $options['auth_timeout_seconds'];
40 40
         } else {
41
-            $this->authTimeoutSeconds = 12 * 60 * 60;  // 12 hour default
41
+            $this->authTimeoutSeconds = 12 * 60 * 60; // 12 hour default
42 42
         }
43 43
 
44 44
         // set reauthorize time to force an authentication to take place
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
             $this->generateAuthenticatedClient([
153 153
                 'accountId' => $this->accountId,
154 154
                 'bucketId' => $options['BucketId'],
155
-            ])->request('POST', $this->apiUrl . '/b2_delete_bucket');
155
+            ])->request('POST', $this->apiUrl.'/b2_delete_bucket');
156 156
         } catch (\Exception $e) {
157 157
             return false;
158 158
         }
Please login to merge, or discard this patch.