ORMD 2.3.3.860, MVC: Symfony2, ORM: Doctrine2, Export to PHP annotations
Minor nuisance: When I "Export to ORM" annotations for associations which I have not changed seem to be regenerated. The problem is, there is an extra space in your export template which changes the definition line. Furthermore, since trailing spaces are forbidden by our coding standard and are checked upon commit, I need to review the changeset before commit and revert those changes. It's only affecting 10 entities up to now, but it could become a bigger problem.
Possible solutions:
1. Do not touch associations which have not changed.
2. Remove the trailing space from the definition line, as it is compliant with PSR-1.

P.S.: Sorry, I forgot the screenshot I did initially.