فهرست منبع

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