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
If you have symfony/console 5.x installed globally/for composer, then you get the following error:
Fatal error: Uncaught TypeError: Return value of "Ayesh\ComposerPreload\Composer\Command\PreloadCommand::execute()" must be of the type int, "null" returned. vendor/symfony/console/Command/Command.php:259
Needs to add a return 0;
The text was updated successfully, but these errors were encountered:
If you have symfony/console 5.x installed globally/for composer, then you get the following error:
Fatal error: Uncaught TypeError: Return value of "Ayesh\ComposerPreload\Composer\Command\PreloadCommand::execute()" must be of the type int, "null" returned. vendor/symfony/console/Command/Command.php:259
Needs to add a return 0;
The text was updated successfully, but these errors were encountered: