[PR #9841] Add missing property declaration #11928

Closed
opened 2026-01-22 16:12:22 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/9841

State: closed
Merged: Yes


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.

**Original Pull Request:** https://github.com/doctrine/orm/pull/9841 **State:** closed **Merged:** Yes --- 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.
admin added the pull-request label 2026-01-22 16:12:22 +01:00
admin closed this issue 2026-01-22 16:12:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#11928