Skip to content

Commit 60dbc01

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Unexpected arrow for hash key
2 parents 7fd0136 + a8661fe commit 60dbc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ using PHP's :phpclass:`MessageFormatter` class. Read more about this in
304304

305305
.. code-block:: twig
306306
307-
{{ message|trans({'%name%': '...', '%count%' => 1}, 'app') }}
307+
{{ message|trans({'%name%': '...', '%count%': 1}, 'app') }}
308308
309309
The ``message`` variable must include all the different versions of this
310310
message based on the value of the ``count`` parameter. For example:

0 commit comments

Comments
 (0)