8000 minor #17344 [Event Dispatcher] Add closing parenthesis (omerida) · core23/symfony@36eb818 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36eb818

Browse files
committed
minor symfony#17344 [Event Dispatcher] Add closing parenthesis (omerida)
This PR was merged into the 2.3 branch. Discussion ---------- [Event Dispatcher] Add closing parenthesis | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | 17343 | License | MIT Commits ------- 5cdccc4 Add closing parenthesis
2 parents 406e260 + 5cdccc4 commit 36eb818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ interface EventSubscriberInterface
3838
*
3939
* * array('eventName' => 'methodName')
4040
* * array('eventName' => array('methodName', $priority))
41-
* * array('eventName' => array(array('methodName1', $priority), array('methodName2'))
41+
* * array('eventName' => array(array('methodName1', $priority), array('methodName2')))
4242
*
4343
* @return array The event names to listen to
4444
*/

0 commit comments

Comments
 (0)
0