Passed
Push — master ( 688807...f24aea )
by Songda
02:22
created
src/Shortcut/Wechat/QueryShortcut.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
             return $this->combinePlugins();
43 43
         }
44 44
 
45
-        $method = Str::camel($params['_action'] ?? 'default').'Plugins';
45
+        $method = Str::camel($params['_action'] ?? 'default') . 'Plugins';
46 46
 
47 47
         if (method_exists($this, $method)) {
48 48
             return $this->{$method}($params);
Please login to merge, or discard this patch.