diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index f874bee8ff8..b67412a81b0 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -170,7 +170,7 @@ public function getConfigTreeBuilder() // NEXT_MAJOR : remove this option ->booleanNode('legacy_twig_text_extension') ->info('Use text filters from "twig/extensions" instead of those provided by "twig/string-extra".') - ->setDeprecated('The child node "%node%" at path "%path%" is deprecated and will be remove in sonata-project/admin-bundle 4.0.') + ->setDeprecated('The child node "%node%" at path "%path%" is deprecated since sonata-project/admin-bundle 3.x and will be remove in 4.0.') ->defaultValue(static function (): bool { @trigger_error( 'Using `true` as value for "sonata_admin.options.legacy_twig_text_extension" option is deprecated since sonata-project/admin-bundle 3.64. '.