File tree 1 file changed +2
-2
lines changed
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:
728
728
and they are visible on the web page #}
729
729
{{ dump(article) }}
730
730
731
- {# optionally, use argument names to display them as labels next to
731
+ {# optionally, use named arguments to display them as labels next to
732
732
the dumped contents #}
733
733
{{ dump(blog_posts: articles, user: app.user) }}
734
734
@@ -739,7 +739,7 @@ depending on your needs:
739
739
740
740
.. versionadded :: 6.3
741
741
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.
743
743
744
744
To avoid leaking sensitive information, the ``dump() `` function/tag is only
745
745
available in the ``dev `` and ``test `` :ref: `configuration environments <configuration-environments >`.
You can’t perform that action at this time.
0 commit comments