Passed
Pull Request — master (#1121)
by
unknown
02:40 queued 20s
created
src/Plugin/Wechat/ResponsePlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 
41 41
         if ($response instanceof ResponseInterface
42 42
             && ($response->getStatusCode() < 200 || $response->getStatusCode() >= 300)) {
43
-            throw new Exception((string)$response->getBody());
43
+            throw new Exception((string) $response->getBody());
44 44
         }
45 45
     }
46 46
 }
Please login to merge, or discard this patch.