I have a Doctrine2/Symfony3 project. In one of my entities I have currently 11 entity listeners defined. Some of those entity listeners need to be called in a certain order.
Unfortunately, Skipper always switches the order of two entity of my entity listeners.
I have to manually re-ordered the entity listeners before each "export".
When I save the project with the correct entity listener order and then close and re-open it then the entity listeners are again in the old (wrong) order.
Is there anything I can do to prevent this behavior?