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 486b367 + 7cd7b81 commit d25d246Copy full SHA for d25d246
event_dispatcher.rst
@@ -122,7 +122,7 @@ listener class:
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);
125
-#. If the ``_invoke()`` method is not defined either, throw an exception.
+#. If the ``__invoke()`` method is not defined either, throw an exception.
126
127
.. note::
128
0 commit comments