Passed
Pull Request — master (#52)
by
unknown
02:55 queued 51s
created
src/Traits/SignatureTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,6 +27,6 @@
 block discarded – undo
27 27
     public function gmt_iso8601($time)
28 28
     {
29 29
         // fix bug https://connect.console.aliyun.com/connect/detail/162632
30
-        return (new \DateTime(null,new \DateTimeZone('UTC')))->setTimestamp($time)->format('Y-m-d\TH:i:s\Z')
30
+        return (new \DateTime(null, new \DateTimeZone('UTC')))->setTimestamp($time)->format('Y-m-d\TH:i:s\Z')
31 31
     }
32 32
 }
Please login to merge, or discard this patch.