Passed
Pull Request — master (#530)
by Songda
02:28
created
src/Plugin/Alipay/LaunchPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,6 +67,6 @@
 block discarded – undo
67 67
     {
68 68
         $method = $payload->get('method');
69 69
 
70
-        return str_replace('.', '_', $method).'_response';
70
+        return str_replace('.', '_', $method) . '_response';
71 71
     }
72 72
 }
Please login to merge, or discard this patch.