Skip to content

Commit 429cd5b

Browse files
GuilhemNmichaelperrin
authored andcommitted
Revert a wrong change from symfony#7877
1 parent 75875ff commit 429cd5b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

controller/argument_value_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ and adding a priority.
164164
<!-- app/config/services.xml -->
165165
<?xml version="1.0" encoding="UTF-8" ?>
166166
<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"
168168
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
169169
170170
<services>

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)