Skip to content

Commit 8c2d877

Browse files
committedFeb 4, 2025·
Merge branch '7.2' into 7.3
* 7.2: [#20337] fix typo Replace left over "annotation" by "attribute"
2 parents c69676a + 4ac85c1 commit 8c2d877

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎components/validator/resources.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ the metadata from the attributes of the class. For example::
102102
To enable the attribute loader, call the
103103
:method:`Symfony\\Component\\Validator\\ValidatorBuilder::enableAttributeMapping` method.
104104

105-
To disable the annotation loader after it was enabled, call
105+
To disable the attribute loader after it was enabled, call
106106
:method:`Symfony\\Component\\Validator\\ValidatorBuilder::disableAttributeMapping`.
107107

108108
Using Multiple Loaders

‎messenger.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2937,7 +2937,7 @@ and a different instance will be created per bus.
29372937
.. tip::
29382938

29392939
If you have installed the MakerBundle, you can use the ``make:messenger-middleware``
2940-
command to bootstrap the creation your own messenger middleware.
2940+
command to bootstrap the creation of your own messenger middleware.
29412941

29422942
.. _middleware-doctrine:
29432943

0 commit comments

Comments
 (0)
Please sign in to comment.