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

Fixes PHP initialization error #5930

Merged
merged 1 commit into from Feb 17, 2023
Merged

Fixes PHP initialization error #5930

merged 1 commit into from Feb 17, 2023

Conversation

aimeos
Copy link
Contributor

@aimeos aimeos commented Feb 17, 2023

Q A
Type bug
Fixed issues #5927

Summary

Fixes PHP error due to uninitialized class variable with strict typing

@derrabus
Copy link
Member

The property is already initialized in the constructor, so I'm a bit puzzled why you encounter this error. On the other hand, after your change, the property is consistent with the other properties, so we might as well merge it.

@derrabus derrabus added this to the 3.6.1 milestone Feb 17, 2023
@derrabus derrabus merged commit 3fc4ea3 into doctrine:3.6.x Feb 17, 2023
@aimeos
Copy link
Contributor Author

aimeos commented Feb 17, 2023

The property is already initialized in the constructor, so I'm a bit puzzled why you encounter this error.

Me too. Might be also a PHP interpreter problem.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants