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.
2 parents eee8c62 + ca1cb62 commit 7bc9c93Copy full SHA for 7bc9c93
event_dispatcher.rst
@@ -118,7 +118,7 @@ listener class:
118
#. If the ``kernel.event_listener`` tag defines the ``method`` attribute, that's
119
the name of the method to be called;
120
#. If no ``method`` attribute is defined, try to call the method whose name
121
- is ``on`` + "camel-cased event name" (e.g. ``onKernelException()`` method for
+ is ``on`` + "PascalCased event name" (e.g. ``onKernelException()`` method for
122
the ``kernel.exception`` event);
123
#. If that method is not defined either, try to call the ``__invoke()`` magic
124
method (which makes event listeners invokable);
0 commit comments