Skip to content

Commit

Permalink
Merge branch '7.2' into 7.3
Browse files Browse the repository at this point in the history
* 7.2:
  [#20337] fix typo
  Replace left over "annotation" by "attribute"
  • Loading branch information
xabbuh committed Feb 4, 2025
2 parents c69676a + 4ac85c1 commit 8c2d877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/validator/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,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
Expand Down
2 changes: 1 addition & 1 deletion messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2937,7 +2937,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:

Expand Down

0 comments on commit 8c2d877

Please sign in to comment.