Skip to content

Commit

Permalink
Add better phpdoc message for getListeners method of the EventDispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
dupuchba committed Apr 13, 2015
1 parent 6877179 commit d267634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventDispatcherInterface.php
Expand Up @@ -77,7 +77,7 @@ public function removeListener($eventName, $listener);
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
*
Expand Down

0 comments on commit d267634

Please sign in to comment.