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 c9ffb79 commit f8cdbc8Copy full SHA for f8cdbc8
event_dispatcher.rst
@@ -149,7 +149,7 @@ Defining Event Listeners with PHP Attributes
149
150
An alternative way to define an event listener is to use the
151
:class:`Symfony\\Component\\EventDispatcher\\Attribute\\AsEventListener`
152
-PHP attribute. This allows to configure the listener inside its class, without
+PHP attribute. This allows you to configure the listener inside its class, without
153
having to add any configuration in external files::
154
155
namespace App\EventListener;
0 commit comments