Parcourir la source

fix style ci recommendations

Zolotov Alexander il y a 6 ans
Parent
commit
8c9bd79d6d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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);
     }