We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2100ecd commit 576a55cCopy full SHA for 576a55c
src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
@@ -104,10 +104,6 @@ public function getListeners($eventName = null)
104
*/
105
public function getListenerPriority($eventName, $listener)
106
{
107
- if (!method_exists($this->dispatcher, 'getListenerPriority')) {
108
- return 0;
109
- }
110
-
111
return $this->dispatcher->getListenerPriority($eventName, $listener);
112
}
113
0 commit comments