File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ the metadata from the attributes of the class. For example::
102
102
To enable the attribute loader, call the
103
103
:method: `Symfony\\ Component\\ Validator\\ ValidatorBuilder::enableAttributeMapping ` method.
104
104
105
- To disable the annotation loader after it was enabled, call
105
+ To disable the attribute loader after it was enabled, call
106
106
:method: `Symfony\\ Component\\ Validator\\ ValidatorBuilder::disableAttributeMapping `.
107
107
108
108
Using Multiple Loaders
Original file line number Diff line number Diff line change @@ -2937,7 +2937,7 @@ and a different instance will be created per bus.
2937
2937
.. tip ::
2938
2938
2939
2939
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.
2941
2941
2942
2942
.. _middleware-doctrine :
2943
2943
You can’t perform that action at this time.
0 commit comments