File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ and adding a priority.
164
164
<!-- app/config/services.xml -->
165
165
<?xml version =" 1.0" encoding =" UTF-8" ?>
166
166
<container xmlns =" http://symfony.com/schema/dic/services"
167
- xmlns : xsi =" ' http://www.w3.org/2001/XMLSchema-Instance"
167
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-Instance"
168
168
xsi : schemaLocation =" http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd" >
169
169
170
170
<services >
Original file line number Diff line number Diff line change @@ -188,7 +188,8 @@ and tag it with ``form.type_guesser``:
188
188
services :
189
189
# ...
190
190
191
- AppBundle\Form\TypeGuesser\PHPDocTypeGuesser : [form.type_guesser]
191
+ AppBundle\Form\TypeGuesser\PHPDocTypeGuesser :
192
+ tags : [form.type_guesser]
192
193
193
194
.. code-block :: xml
194
195
You can’t perform that action at this time.
0 commit comments