You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Must update boot method call to use new CommandCall input.
PHP Fatal error: Declaration of Command\Help\DefaultController::boot(Minicli\App $app): void must be compatible with Minicli\Command\CommandController::boot(Minicli\App $app, Minicli\Command\CommandCall $input): void in /home/erika/Projects/deved-autodocs/vendor/minicli/command-help/Command/Help/DefaultController.php on line 13
Whoops\Exception\ErrorException
Declaration of Command\Help\DefaultController::boot(Minicli\App $app): void must be compatible with Minicli\Command\CommandController::boot(Minicli\App $app, Minicli\Command\CommandCall $input): void
at vendor/minicli/command-help/Command/Help/DefaultController.php:13
The text was updated successfully, but these errors were encountered:
Must update boot method call to use new CommandCall input.
The text was updated successfully, but these errors were encountered: