Closed
Description
A listener can be registered several times for an event (using different methods) but a subscriber does not support this as the event name is used as key in the array returned by getSubscribedEvents
.
This issue is shown by https://github.com/fabpot/Silex/pull/166