Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76c3ad7

Browse files
committed
Fix formatting of EventDispatcher::addSubscriber() method reference
1 parent 883fde2 commit 76c3ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/internals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ subscribes to the ``kernel.response`` and ``store.order`` events:
797797
This is very similar to a listener class, except that the class itself can
798798
tell the dispatcher which events it should listen to. To register a subscriber
799799
with the dispatcher, use the
800-
:method:``Symfony\\Component\\EventDispatcher\\EventDispatcher::addSubscriber``
800+
:method:`Symfony\\Component\\EventDispatcher\\EventDispatcher::addSubscriber`
801801
method:
802802

803803
.. code-block:: php

0 commit comments

Comments
 (0)