diff --git a/src/Symfony/Component/EventDispatcher/EventDispatcher.php b/src/Symfony/Component/EventDispatcher/EventDispatcher.php index e40ce0118396f..65c5cb6f6ee89 100644 --- a/src/Symfony/Component/EventDispatcher/EventDispatcher.php +++ b/src/Symfony/Component/EventDispatcher/EventDispatcher.php @@ -81,7 +81,7 @@ public function getListeners($eventName = null) * Returns null if the event or the listener does not exist. * * @param string $eventName The name of the event - * @param callable $listener The listener to remove + * @param callable $listener The listener * * @return int|null The event listener priority */