Skip to content

Commit 947e58b

Browse files
ifdatticweaverryan
authored andcommitted
Add missing comma in array
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.4 | Fixed tickets |
1 parent 30ecdde commit 947e58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/expression_language/syntax.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ For example::
259259
$inGroup = $language->evaluate(
260260
'user.group in ["human_resources", "marketing"]',
261261
array(
262-
'user' => $user
262+
'user' => $user,
263263
)
264264
);
265265

0 commit comments

Comments
 (0)