Skip to content

Commit df3f59e

Browse files
committed
Fixed code examples in components/event_dispatcher
1 parent be95682 commit df3f59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/event_dispatcher/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ the dispatcher calls the ``AcmeListener::onFooAction`` method and passes the
187187
188188
public function onFooAction(Event $event)
189189
{
190-
// do something
190+
// ... do something
191191
}
192192
}
193193
@@ -489,4 +489,4 @@ be called.
489489
.. _Observer: http://en.wikipedia.org/wiki/Observer_pattern
490490
.. _`Symfony2 HttpKernel component`: https://github.com/symfony/HttpKernel
491491
.. _Closures: http://php.net/manual/en/functions.anonymous.php
492-
.. _PHP callable: http://www.php.net/manual/en/language.pseudo-types.php#language.types.callback
492+
.. _PHP callable: http://www.php.net/manual/en/language.pseudo-types.php#language.types.callback

0 commit comments

Comments
 (0)