[PR #8894] Fix return types for PHP 8.1 #11238

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

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

State: closed
Merged: Yes


This PR adds a ReturnTypeWillChange to iplementations of various core interfaces to indicate that we intend to add a return type declaration one fine day. This way, we avoid a deprecation warning in PHP 8.1.

**Original Pull Request:** https://github.com/doctrine/orm/pull/8894 **State:** closed **Merged:** Yes --- This PR adds a `ReturnTypeWillChange` to iplementations of various core interfaces to indicate that we intend to add a return type declaration one fine day. This way, we avoid a deprecation warning in PHP 8.1.
admin added the pull-request label 2026-01-22 16:10:07 +01:00
admin closed this issue 2026-01-22 16:10:08 +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#11238