We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some commands inside this repository are not compatible with Symfony 5 since it will require an integer exit code for all execute methods.
execute
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Console/Command/Command.php#L153
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Console/Command/Command.php#L258
Affected commands:
Related: doctrine/dbal#3706
The text was updated successfully, but these errors were encountered:
Already fixed on 2.7
#7876
Sorry, something went wrong.
And will be in 2.6 :)
#7899
EDIT: oh it's not...
We have a stable ORM release supporting Symfony 5 now. Can we close this issue? #SymfonyHackday
lcobucci
No branches or pull requests
Bug Report
Summary
Some commands inside this repository are not compatible with Symfony 5 since it will require an integer exit code for all
execute
methods.https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Console/Command/Command.php#L153
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Console/Command/Command.php#L258
Affected commands:
Related: doctrine/dbal#3706
The text was updated successfully, but these errors were encountered: