Test Setup Failed
Push — master ( b10767...25c627 )
by alpha
01:01
created
src/AliyunAdapter.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
 
58 58
         if (is_null($expiration)) {
59 59
             $timeout = intval($this->config->get('signature_expires'));
60
-        }else{
60
+        } else{
61 61
             $timeout = $expiration->getTimestamp() - (new \DateTime())->getTimestamp();
62 62
         }
63 63
 
Please login to merge, or discard this patch.