Passed
Pull Request — master (#679)
by
unknown
01:48
created
src/Plugin/Wechat/Pay/Native/PrepayPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
     protected function getConfigKey(array $params): string
22 22
     {
23
-        $key = ($params['_type'] ?? 'mp').'_app_id';
23
+        $key = ($params['_type'] ?? 'mp') . '_app_id';
24 24
         if ('app_app_id' === $key) {
25 25
             $key = 'app_id';
26 26
         }
Please login to merge, or discard this patch.