Add better phpdoc message for getListeners method of the EventDispatcher

This commit is contained in:
Baptiste Dupuch 2015-04-13 12:57:04 +02:00
parent 5d428b7091
commit c3eecb591d
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ interface EventDispatcherInterface
public function removeSubscriber(EventSubscriberInterface $subscriber);
/**
* Gets the listeners of a specific event or all listeners.
* Gets the listeners of a specific event or all listeners sorted by descending priority.
*
* @param string $eventName The name of the event
*