[PR #1237] [2.4] Skip public property validation if no reflection class instance present #9291

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

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

State: closed
Merged: No


The schema validator triggers a fatal error if you try to validate a class metadata that does not have the ClassMetadataInfo::$reflClass set.
This currently breaks the DoctrineBundle test suite. Therefore it's best to skip that validation part if the property is not set.

**Original Pull Request:** https://github.com/doctrine/orm/pull/1237 **State:** closed **Merged:** No --- The schema validator triggers a fatal error if you try to validate a class metadata that does not have the `ClassMetadataInfo::$reflClass` set. This currently breaks the DoctrineBundle test suite. Therefore it's best to skip that validation part if the property is not set.
admin added the pull-request label 2026-01-22 16:03:51 +01:00
admin closed this issue 2026-01-22 16:03:52 +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#9291