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 f1b41ca commit 44e1e45Copy full SHA for 44e1e45
components/event_dispatcher.rst
@@ -25,7 +25,7 @@ before or after a method is executed, without interfering with other plugins.
25
This is not an easy problem to solve with single inheritance, and even if
26
multiple inheritance was possible with PHP, it comes with its own drawbacks.
27
28
-The Symfony EventDispatcher component implements the `Observer` pattern
+The Symfony EventDispatcher component implements the `Observer`_ pattern
29
in a simple and effective way to make all these things possible and to make
30
your projects truly extensible.
31
0 commit comments