8000 [Doctrine] fix `AsDoctrineListener` github link in `Doctrine Events` doc by MirakuSan · Pull Request #18661 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Doctrine] fix AsDoctrineListener github link in Doctrine Events doc #18661

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doctrine/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,7 @@ listener in the Symfony application by creating a new service for it and

.. versionadded:: 2.7.2

The :class:`Doctrine\\Bundle\\DoctrineBundle\\Attribute\\AsDoctrineListener`
attribute was introduced in DoctrineBundle 2.7.2.
The `AsDoctrineListener`_ attribute was introduced in DoctrineBundle 2.7.2.

.. tip::

Expand Down Expand Up @@ -561,3 +560,4 @@ Doctrine connection to use) you must do that in the manual service configuration
.. _`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
0