Passed
Pull Request — master (#552)
by Songda
03:52 queued 01:46
created
src/Plugin/Wechat/Fund/Transfer/CreatePlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     protected function getWechatId(array $params, Collection $payload): array
57 57
     {
58 58
         $config = get_wechat_config($params);
59
-        $key = ($params['_type'] ?? 'mp').'_app_id';
59
+        $key = ($params['_type'] ?? 'mp') . '_app_id';
60 60
 
61 61
         if ('app_app_id' === $key) {
62 62
             $key = 'app_id';
Please login to merge, or discard this patch.