Skip to content

Commit

Permalink
minor #19995 [Doctrine] Fix the version in which AsDoctrineListener w…
Browse files Browse the repository at this point in the history
…as added (jdreesen)

This PR was merged into the 6.4 branch.

Discussion
----------

[Doctrine] Fix the version in which AsDoctrineListener was added

See: doctrine/DoctrineBundle#1561 & doctrine/DoctrineBundle#1592

Commits
-------

dcb42cb Fix the version in which AsDoctrineListener was added
  • Loading branch information
javiereguiluz committed Jun 27, 2024
2 parents 037167c + dcb42cb commit 0747168
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doctrine/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,9 @@ listener in the Symfony application by creating a new service for it and
;
};
.. versionadded:: 2.7.2
.. versionadded:: 2.8.0

The `AsDoctrineListener`_ attribute was introduced in DoctrineBundle 2.7.2.
The `AsDoctrineListener`_ attribute was introduced in DoctrineBundle 2.8.0.

.. tip::

Expand Down Expand Up @@ -421,4 +421,4 @@ Instead, use any of the other alternatives shown above.
.. _`lifecycle events`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/events.html#lifecycle-events
.. _`official docs about Doctrine events`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/events.html
.. _`DoctrineMongoDBBundle documentation`: https://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
.. _`AsDoctrineListener`: https://github.com/doctrine/DoctrineBundle/blob/2.10.x/Attribute/AsDoctrineListener.php
.. _`AsDoctrineListener`: https://github.com/doctrine/DoctrineBundle/blob/2.12.x/src/Attribute/AsDoctrineListener.php

0 comments on commit 0747168

Please sign in to comment.