瀏覽代碼

fix style ci recommendations

Zolotov Alexander 6 年之前
父節點
當前提交
8c9bd79d6d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Commands/GenerateDocumentation.php

+ 1 - 0
src/Commands/GenerateDocumentation.php

@@ -229,6 +229,7 @@ class GenerateDocumentation extends Command
         if (is_array($action)) {
             $action = implode('@', $action);
         }
+
         return ! is_callable($action) && ! is_null($action);
     }