1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/lib/Doctrine/ORM/Tools/Export
Thomas Ploch b7ae5b4afb Entity listeners are now processed by exporters
The current implementation of the exporters are not taking the entity
listeners into account. I have added test cases for most of the edge
cases I could think of and implemented the Exporter handling.

This PR originates from https://github.com/doctrine/doctrine2/pull/5864,
I was overwhelmed by the amount of conflicts I had to resolve so I
started anew on a clean master HEAD.

Squashed commits:

- Code review aftermath
- Add even more return type declarations
- Added `return null` to methods declared with nullable return types
- Removed unneeded docblocks when types are self-explanatory
2017-08-15 10:08:50 +02:00
..
Driver Entity listeners are now processed by exporters 2017-08-15 10:08:50 +02:00
ClassMetadataExporter.php Use "::class" syntax on "lib" directory 2016-12-08 17:09:35 +01:00
ExportException.php fix license header inconsistencies 2016-10-25 23:58:42 -03:00