From 6a70a7a349759394cdbadeacc13238b19e0e4f03 Mon Sep 17 00:00:00 2001 From: Sascha Egerer Date: Mon, 3 Feb 2025 14:03:44 +0100 Subject: [PATCH 1/2] 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 From 4ac85c1c5521a5933a64cadd591375fbc2b1fda3 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 4 Feb 2025 09:46:11 +0100 Subject: [PATCH 2/2] [#20337] fix typo --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index 5458910d46a..e4f4abf60eb 100644 --- a/messenger.rst +++ b/messenger.rst @@ -2925,7 +2925,7 @@ and a different instance will be created per bus. .. tip:: If you have installed the MakerBundle, you can use the ``make:messenger-middleware`` - command to bootstrap the creation your own messenger middleware. + command to bootstrap the creation of your own messenger middleware. .. _middleware-doctrine: