[PR #481] check for false as a return value from get_parent_class(), not null #8263

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

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

State: closed
Merged: Yes


MappingException::identifierRequired() and MappingException::classIsNotAValidEntityOrMappedSuperClass() both check for null, when they should check for false from get_parent_class().

**Original Pull Request:** https://github.com/doctrine/orm/pull/481 **State:** closed **Merged:** Yes --- MappingException::identifierRequired() and MappingException::classIsNotAValidEntityOrMappedSuperClass() both check for null, when they should check for false from get_parent_class().
admin added the pull-request label 2026-01-22 15:59:07 +01:00
admin closed this issue 2026-01-22 15:59:07 +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#8263