-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[PropertyInfo] Fix bigint extraction with type info #58371
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
[PropertyInfo] Fix bigint extraction with type info #58371
Conversation
Hey! Thanks for your PR. You are targeting branch "7.2" but it seems your PR description refers to branch "7.1". Cheers! Carsonbot |
fa764e3
to
fa2d16b
Compare
fa2d16b
to
4ce5d8e
Compare
Is there a way to cover this case with tests? |
This case was already covered with tests, but tests were wrong as well (see https://github.com/symfony/symfony/pull/58371/files#diff-9c2d5e331a5ea6faf2c82cd0cbccf084d3b38ad9d640a8c0f88dc1ab0975ededL289) |
Ah yes, I didn't see that the line came from a test. Nice 👍 |
Thank you @mtarld. |
During an upmerge, an issue has been made, indeed:
must be considered as an union and not a collection (ie:
Type::union
instead ofType::collection
)