Skip to content

Commit 68e97af

Browse files
committed
minor symfony#15545 [Form] Remove useless quotes for render_rest attribute (welcoMattic)
This PR was submitted for the 5.4 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Form] Remove useless quotes for `render_rest` attribute Quotes are useless here, it's clearer without Commits ------- 64b2d45 Remove useless quotes for `render_rest` attribute
2 parents 1ed8250 + 64b2d45 commit 68e97af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/form_customization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ article) unless you set ``render_rest`` to false:
204204
.. code-block:: twig
205205
206206
{# don't render unrendered fields #}
207-
{{ form_end(form, {'render_rest': false}) }}
207+
{{ form_end(form, {render_rest: false}) }}
208208
209209
.. _reference-forms-twig-label:
210210

0 commit comments

Comments
 (0)