Details
Description
If you have something like Acme\MainBundle\Document\User, the parser will only popular Acme\User as the key for the parsed information. We have to consider multiple leves of namespace. This concatenates each namespace after the namespace separator is found.
I made the same fix in the odm here. Pull request for ORM on the way.
https://github.com/doctrine/mongodb-odm/commit/b7c72aa7b7b41de97b328a872cc8f7d4141b3143
Issue Links
- is required for
-
DDC-1023
the EntityGenerator duplicates the property when using annotations
-
https://github.com/doctrine/doctrine2/tree/DDC-1030