Skip to content

Commit 0747168

Browse files
committed
minor #19995 [Doctrine] Fix the version in which AsDoctrineListener was 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
2 parents 037167c + dcb42cb commit 0747168

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doctrine/events.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,9 @@ listener in the Symfony application by creating a new service for it and
391391
;
392392
};
393393
394-
.. versionadded:: 2.7.2
394+
.. versionadded:: 2.8.0
395395

396-
The `AsDoctrineListener`_ attribute was introduced in DoctrineBundle 2.7.2.
396+
The `AsDoctrineListener`_ attribute was introduced in DoctrineBundle 2.8.0.
397397

398398
.. tip::
399399

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

0 commit comments

Comments
 (0)