We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd2566 commit 64b05ebCopy full SHA for 64b05eb
templates.rst
@@ -156,7 +156,7 @@ quick access to complex PHP variables. Consider the following template:
156
157
.. code-block:: html+twig
158
159
- <p>{{ user.name }} added this comment on {{ comment.publishedAt|date }}</p>
+ <p>{{ user.name }} added this comment on {{ comment.publishedAt|date }}</p>
160
161
The ``user.name`` notation means that you want to display some information
162
(``name``) stored in a variable (``user``). Is ``user`` an array or an object?
0 commit comments