Passed
Push — master ( b0125c...7afde3 )
by Ramesh
04:20
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
         if (isset($options['auth_timeout_seconds'])) {
37 37
             $this->authTimeoutSeconds = $options['auth_timeout_seconds'];
38 38
         } else {
39
-            $this->authTimeoutSeconds = 12 * 60 * 60;  // 12 hour default
39
+            $this->authTimeoutSeconds = 12 * 60 * 60; // 12 hour default
40 40
         }
41 41
 
42 42
         // set reauthorize time to force an authentication to take place
Please login to merge, or discard this patch.