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 91f2900 commit 4a2baf9Copy full SHA for 4a2baf9
doctrine/events.rst
@@ -158,9 +158,9 @@ a Doctrine listener in your application::
158
// ...
159
}
160
161
-Alternatively, if you prefer to not use PHP attributes, you mustenable the Doctrine listener in the Symfony application by creating a new
162
-service for it and :doc:`tagging it </service_container/tags>` with
163
-the ``doctrine.event_listener`` tag:
+Alternatively, if you prefer to not use PHP attributes, you must enable the
+listener in the Symfony application by creating a new service for it and
+:doc:`tagging it </service_container/tags>` with the ``doctrine.event_listener`` tag:
164
165
.. configuration-block::
166
0 commit comments