[EventDispatcher] fix docblock

This commit is contained in:
Christian Flothmann 2015-10-20 19:27:01 +02:00
parent 87f83f7824
commit 6e515fbc21

View File

@ -81,7 +81,7 @@ class EventDispatcher implements EventDispatcherInterface
* 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
*/