Completed
Push — master ( 40113d...1cc7c2 )
by do
03:14
created
src/Kernel/BaseClient.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -207,8 +207,8 @@  discard block
 block discarded – undo
207 207
      */
208 208
     public function headerMiddleware($header, $value)
209 209
     {
210
-        return function (callable $handler) use ($header, $value) {
211
-            return function (
210
+        return function(callable $handler) use ($header, $value) {
211
+            return function(
212 212
                 RequestInterface $request,
213 213
                 array $options
214 214
             ) use (
@@ -240,7 +240,7 @@  discard block
 block discarded – undo
240 240
     {
241 241
         list($s1, $s2) = explode(' ', microtime());
242 242
 
243
-        return (float)sprintf('%.0f', (floatval($s1) + floatval($s2)) * 1000);
243
+        return (float) sprintf('%.0f', (floatval($s1) + floatval($s2)) * 1000);
244 244
     }
245 245
 
246 246
     /**
Please login to merge, or discard this patch.
src/OfficialAccount/Mass/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
             'action' => 'json',
137 137
             'type' => 'json'
138 138
         ];
139
-        $url = 'safe/safeuuid?timespam=' . $time . '&lang=zh_CN';
139
+        $url = 'safe/safeuuid?timespam='.$time.'&lang=zh_CN';
140 140
         $res = $this->httpPost($url, $options);
141 141
         if ($res) {
142 142
             var_dump($res);
Please login to merge, or discard this patch.