-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Missing success code for the SystemInfoDumpCommand #58
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA Approved on eZ Platform EE v3.1.2 with diff.
You can merge it up. |
Done. |
Konrad, is there a Jira ticket for this change? |
No there is not. If you need one for the release notes though, I can create it right away. 😉 |
We need one. We always need it for release notes. |
Here it is: https://jira.ez.no/browse/EZP-31879. |
JIRA: https://jira.ez.no/browse/EZP-31879
Symfony 5 commands need to return an exit code that is currently missing. Due to that, the command results in error in eZ Platform 3.1:
Return value of "EzSystems\EzSupportToolsBundle\Command\SystemInfoDumpCommand::execute()" must be of the type int, "null" returned.