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 a8888be commit fb3965bCopy full SHA for fb3965b
src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
@@ -64,8 +64,8 @@ public function addSubscriber(EventSubscriberInterface $subscriber);
64
/**
65
* Removes an event listener from the specified events.
66
*
67
- * @param string|array $eventName The event(s) to remove a listener from
68
- * @param callable $listener The listener to remove
+ * @param string $eventName The event to remove a listener from
+ * @param callable $listener The listener to remove
69
*/
70
public function removeListener($eventName, $listener);
71
0 commit comments