Skip to content

Commit 6a20a4c

Browse files
committed
-
1 parent 9eefe1b commit 6a20a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ depending on your needs:
728728
and they are visible on the web page #}
729729
{{ dump(article) }}
730730

731-
{# optionally, use argument names to display them as labels next to
731+
{# optionally, use named arguments to display them as labels next to
732732
the dumped contents #}
733733
{{ dump(blog_posts: articles, user: app.user) }}
734734

@@ -739,7 +739,7 @@ depending on your needs:
739739

740740
.. versionadded:: 6.3
741741

742-
The option to use argument names in ``dump()`` was introduced in Symfony 6.3.
742+
The option to use named arguments in ``dump()`` was introduced in Symfony 6.3.
743743

744744
To avoid leaking sensitive information, the ``dump()`` function/tag is only
745745
available in the ``dev`` and ``test`` :ref:`configuration environments <configuration-environments>`.

0 commit comments

Comments
 (0)