Closed
Description
According to the Guideline how to structure Bundles Listeners should be placed in the folder EventListener. (http://symfony.com/doc/master/cookbook/bundles/best_practices.html)
However according to this http://symfony.com/doc/2.0/cookbook/doctrine/event_listeners_subscribers.html it is placed in the folder Listener.
I think this has to be adjusted.