-
Notifications
You must be signed in to change notification settings - Fork 195
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
PHP fatal error when running "generate" #444
Comments
This has been unnoted because according to the composer.json "symfony/console" ^7 is allowed, but composer.lock sticks the version to 6, which is why the tests will work. |
I had the same problem on a fresh installation on debian 11 and php 8.2 when calling
When I grep a bit then there the variable type of the return value is new: The execute() methods need to be updated (add |
Named 3 modifications are in the pull request #446 |
Fixed by #444 |
Describe the bug
Running 'generate' reports:
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: