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

Add missing property declaration #9841

Merged
merged 1 commit into from
Jun 12, 2022

Conversation

derrabus
Copy link
Member

In ExtraLazyCollectionTest, we use a property previousCacheConfig without declaring it. In PHP 8.2, this will triggger a deprecation notice. I'm sure that the declaration is missing my accident, so this PR adds it.

@derrabus derrabus added this to the 2.12.3 milestone Jun 12, 2022
@derrabus derrabus requested a review from greg0ire June 12, 2022 12:35
@derrabus derrabus mentioned this pull request Jun 12, 2022
@greg0ire greg0ire merged commit e30426c into doctrine:2.12.x Jun 12, 2022
@greg0ire
Copy link
Member

Thanks @derrabus !

@derrabus derrabus deleted the bugfix/dynamic-property branch June 12, 2022 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants