Passed
Pull Request — master (#998)
by
unknown
02:16
created
src/Plugin/Alipay/V2/ResponsePlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
         $destination = $rocket->getDestination();
33 33
         $payload = $rocket->getPayload();
34
-        $resultKey = str_replace('.', '_', $payload->get('method')).'_response';
34
+        $resultKey = str_replace('.', '_', $payload->get('method')) . '_response';
35 35
 
36 36
         if (should_do_http_request($rocket->getDirection()) && $destination instanceof Collection) {
37 37
             $sign = $destination->get('sign', '');
Please login to merge, or discard this patch.