m29corey

Results 2 comments of m29corey

I think a problem might be if you omit the `targetEntity` of the attribute when using typed properties. When using a `*ToOne` attribute, Doctrine allows you to omit the `targetEntity`...

@soltmar Indeed, it appears that the code then expects that the `targetEntity` of the attribute is a class constant: https://github.com/Haehnchen/idea-php-symfony2-plugin/blob/e73cff8726853a70a54f2453c4a22011af67bb2e/src/main/java/fr/adrienbrault/idea/symfony2plugin/doctrine/metadata/driver/DoctrinePhpAttributeMappingDriver.java#L93-L99 But this portion is probably written this way because referencing...