minor #16300 [EventDispatcher] fix docblock (xabbuh)

This PR was merged into the 2.8 branch.

Discussion
----------

[EventDispatcher] fix docblock

| Q             | A
| ------------- | ---
| Fixed tickets | https://github.com/symfony/symfony/pull/16198#discussion_r41857529
| License       | MIT

Commits
-------

6e515fb [EventDispatcher] fix docblock
This commit is contained in:
Tobias Schultze 2015-10-22 22:57:41 +02:00
commit 2de220ad57

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
*/