8000
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 c63c826 commit a34fb2eCopy full SHA for a34fb2e
components/event_dispatcher/introduction.rst
@@ -22,8 +22,8 @@ answer.
22
Consider the real-world example where you want to provide a plugin system
23
for your project. A plugin should be able to add methods, or do something
24
before or after a method is executed, without interfering with other plugins.
25
-This is not an easy problem to solve with single and multiple inheritance
26
-(were it possible with PHP) has its own drawbacks.
+This is not an easy problem to solve with single inheritance, and even if
+multiple inheritance was possible with PHP, it comes with its own drawbacks.
27
28
The Symfony EventDispatcher component implements the `Mediator`_ pattern
29
in a simple and effective way to make all these things possible and to make
0 commit comments