Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8c2d877

Browse filesBrowse files
committed
Merge branch '7.2' into 7.3
* 7.2: [#20337] fix typo Replace left over "annotation" by "attribute"
2 parents c69676a + 4ac85c1 commit 8c2d877
Copy full SHA for 8c2d877

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎components/validator/resources.rst

Copy file name to clipboardExpand all lines: components/validator/resources.rst
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: messenger.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.