Passed
Pull Request — master (#765)
by
unknown
01:42
created
src/Plugin/Wechat/Papay/OnlyContractPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 
53 53
     protected function getConfigKey(array $params): string
54 54
     {
55
-        $key = ($params['_type'] ?? 'mp').'_app_id';
55
+        $key = ($params['_type'] ?? 'mp') . '_app_id';
56 56
 
57 57
         if ('app_app_id' === $key) {
58 58
             $key = 'app_id';
Please login to merge, or discard this patch.