Skip to content

Commit c3eecb5

Browse files
committed
Add better phpdoc message for getListeners method of the EventDispatcher
1 parent 5d428b7 commit c3eecb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function removeListener($eventName, $listener);
7777
public function removeSubscriber(EventSubscriberInterface $subscriber);
7878

7979
/**
80-
* Gets the listeners of a specific event or all listeners.
80+
* Gets the listeners of a specific event or all listeners sorted by descending priority.
8181
*
8282
* @param string $eventName The name of the event
8383
*

0 commit comments

Comments
 (0)