From 6a70a7a349759394cdbadeacc13238b19e0e4f03 Mon Sep 17 00:00:00 2001 From: Sascha Egerer Date: Mon, 3 Feb 2025 14:03:44 +0100 Subject: [PATCH] Replace left over "annotation" by "attribute" --- components/validator/resources.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/validator/resources.rst b/components/validator/resources.rst index b5f5acdac14..32b8e26f8a8 100644 --- a/components/validator/resources.rst +++ b/components/validator/resources.rst @@ -163,7 +163,7 @@ the metadata from the attributes of the class. For example:: To enable the attribute loader, call the :method:`Symfony\\Component\\Validator\\ValidatorBuilder::enableAttributeMapping` method. -To disable the annotation loader after it was enabled, call +To disable the attribute loader after it was enabled, call :method:`Symfony\\Component\\Validator\\ValidatorBuilder::disableAttributeMapping`. Using Multiple Loaders