File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
744744To avoid leaking sensitive information, the ``dump() `` function/tag is only
745745available in the ``dev `` and ``test `` :ref: `configuration environments <configuration-environments >`.
You can’t perform that action at this time.
0 commit comments