We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be95682 commit df3f59eCopy full SHA for df3f59e
components/event_dispatcher/introduction.rst
@@ -187,7 +187,7 @@ the dispatcher calls the ``AcmeListener::onFooAction`` method and passes the
187
188
public function onFooAction(Event $event)
189
{
190
- // do something
+ // ... do something
191
}
192
193
@@ -489,4 +489,4 @@ be called.
489
.. _Observer: http://en.wikipedia.org/wiki/Observer_pattern
490
.. _`Symfony2 HttpKernel component`: https://github.com/symfony/HttpKernel
491
.. _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
+.. _PHP callable: http://www.php.net/manual/en/language.pseudo-types.php#language.types.callback
0 commit comments