Passed
Pull Request — master (#783)
by Songda
02:41 queued 44s
created
src/Plugin/Wechat/Shortcut/PapayShortcut.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      */
24 24
     public function getPlugins(array $params): array
25 25
     {
26
-        $typeMethod = Str::camel($params['_action'] ?? 'default').'Plugins';
26
+        $typeMethod = Str::camel($params['_action'] ?? 'default') . 'Plugins';
27 27
 
28 28
         if (method_exists($this, $typeMethod)) {
29 29
             return $this->{$typeMethod}($params);
Please login to merge, or discard this patch.