Declaration of Conso\Commands\Info::execute must be compatible with Conso\Contarcts\CommandInterface::execute
NesCafe62 opened this issue · 2 comments
NesCafe62 commented
There is a Fatal Error when I try to run php conso
. Tried this with php 7.2.
lotfio commented
Sounds like you have created a new command which does not respect ComandInterface ! could you please provide more information about what you have done so far so i can figure out what happend.
conso works fine with PHP 7.2 after installing the package you can just run ./vendor/bin/conso
and it will work fine Thanks :)
NesCafe62 commented
sorry it is for php 7.1, I forgot to change system PATH and restart, with 7.2 it is ok. You can close thie issue.