Skip to content

Commit d7e585a

Browse files
[EventDispatcher] fix doc bloc on EventDispatcherInterface
1 parent a8888be commit d7e585a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ public function addSubscriber(EventSubscriberInterface $subscriber);
6464
/**
6565
* Removes an event listener from the specified events.
6666
*
67-
* @param string|array $eventName The event(s) to remove a listener from
68-
* @param callable $listener The listener to remove
67+
* @param string $eventName The event to remove a listener from
68+
* @param callable $listener The listener to remove
6969
*/
7070
public function removeListener($eventName, $listener);
7171

src/Symfony/Component/HttpKernel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"symfony/routing": "~2.2",
3535
"symfony/stopwatch": "~2.2",
3636
"symfony/templating": "~2.2",
37-
"symfony/translator": "~2.0"
37+
"symfony/translation": "~2.0"
3838
},
3939
"suggest": {
4040
"symfony/browser-kit": "",

0 commit comments

Comments
 (0)