Explorar o código

fix style ci recommendations

Zolotov Alexander %!s(int64=6) %!d(string=hai) anos
pai
achega
8c9bd79d6d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
     }