mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #5702] Update ClassMetadataInfo #9698
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/5702
State: closed
Merged: No
Some times when I am listening to loadClassMetada event the reflClass attribute of ClassMetadata is null. I have found in the doctrine doc this code ( http://www.doctrine-project.org/api/orm/2.5/source-class-Doctrine.ORM.Mapping.ClassMetadataInfo.html#_getReflectionClass ) but when I check the code of vendors and github repo I did not find the same that fix my error. That is the reason that I have done this PR.
some idea why is not the same?