Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e515fb

Browse files
committed
[EventDispatcher] fix docblock
1 parent 87f83f7 commit 6e515fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/EventDispatcher/EventDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function getListeners($eventName = null)
8181
* Returns null if the event or the listener does not exist.
8282
*
8383
* @param string $eventName The name of the event
84-
* @param callable $listener The listener to remove
84+
* @param callable $listener The listener
8585
*
8686
* @return int|null The event listener priority
8787
*/

0 commit comments

Comments
 (0)