From 9a78d09346b8903f047c9accb3fec1a1bfe62fbe Mon Sep 17 00:00:00 2001 From: W0rma Date: Wed, 4 Dec 2024 09:14:30 +0100 Subject: [PATCH] Fix usage of "tagged" type which is deprecated in symfony 7.2 --- CHANGELOG.md | 1 + config/services.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb1f2175..6ce0d1f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 4.33.5 * Added new optional parameter `$context` to` PropertyDescriberInterface::supports()` +* Fixed usage of `tagged` type in service configuration which is deprecated in Symfony `7.2` ## 4.33.4 * Deprecated `null` type from `$options` in `Nelmio\ApiDocBundle\Attribute\Model::__construct()`. Pass an empty array (`[]`) instead. diff --git a/config/services.xml b/config/services.xml index be9c3cc56..c9789b580 100644 --- a/config/services.xml +++ b/config/services.xml @@ -102,7 +102,7 @@ - +