From 731684ae5ec5e57fb942a90d7860e3bfad5d1805 Mon Sep 17 00:00:00 2001 From: MrYamous Date: Mon, 6 Mar 2023 22:54:29 +0100 Subject: [PATCH] minor fix ci --- doctrine/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine/events.rst b/doctrine/events.rst index 8769c44211d..65f48d46047 100644 --- a/doctrine/events.rst +++ b/doctrine/events.rst @@ -164,7 +164,7 @@ listener in the Symfony application by creating a new service for it and .. configuration-block:: - .. code-block:: attribute + .. code-block:: php-attributes // src/App/EventListener/SearchIndexer.php namespace App\EventListener;