Skip to content
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

Remove explicit integer cast #998

Open
wants to merge 1 commit into
base: 3.4.x
Choose a base branch
from
Open

Remove explicit integer cast #998

wants to merge 1 commit into from

Conversation

malarzm
Copy link
Member

@malarzm malarzm commented Oct 23, 2022

Supersedes #997, follows up the theory from #997 (comment).

Without the cast all tests from doctrine/common are passing, ORM's test suite is also fine with the change: doctrine/orm#10166.

@Gwemox mind giving this branch a spin in your project? Probably we won't end with this exact solution as it seems ORM has no tests for this behaviour either. The change looks OK ORM-wise, but I'm afraid it may hit users in an unexpected and hard to debug way.

@malarzm malarzm added the Bug label Oct 23, 2022
@malarzm malarzm added this to the 3.4.4 milestone Oct 23, 2022
@derrabus derrabus removed this from the 3.4.4 milestone Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants