mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Symfony 5 console compatibility #6334
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dmaicher on GitHub (Oct 27, 2019).
Originally assigned to: @lcobucci on GitHub.
Bug Report
Summary
Some commands inside this repository are not compatible with Symfony 5 since it will require an integer exit code for all
executemethods.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: https://github.com/doctrine/dbal/pull/3706
@Seb33300 commented on GitHub (Nov 13, 2019):
Already fixed on 2.7
https://github.com/doctrine/orm/pull/7876
@evertharmeling commented on GitHub (Nov 14, 2019):
And will be in 2.6 :)
#7899
EDIT: oh it's not...
@derrabus commented on GitHub (Nov 23, 2019):
We have a stable ORM release supporting Symfony 5 now. Can we close this issue? #SymfonyHackday