8000 minor #8007 Revert a wrong change from #7877 (GuilhemN) · symfony/symfony-docs@a8b227e · GitHub
[go: up one dir, main page]

Skip to content

Commit a8b227e

Browse files
committed
minor #8007 Revert a wrong change from #7877 (GuilhemN)
This PR was merged into the 3.3 branch. Discussion ---------- Revert a wrong change from #7877 As spotted by #7978, the short service syntax is about arguments and not tags, so this change was wrong. Commits ------- f3b1112 Revert a wrong change from #7877
2 parents 75875ff + f3b1112 commit a8b227e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

form/type_guesser.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ and tag it with ``form.type_guesser``:
188188
services:
189189
# ...
190190
191-
AppBundle\Form\TypeGuesser\PHPDocTypeGuesser: [form.type_guesser]
191+
AppBundle\Form\TypeGuesser\PHPDocTypeGuesser:
192+
tags: [form.type_guesser]
192193
193194
.. code-block:: xml
194195

0 commit comments

Comments
 (0)
0