소스 검색

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);
     }