Skip to content

Commit 7af49a5

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [CS] Add comma after last array item in multi-line array
2 parents 8475288 + b8d06da commit 7af49a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ that uses this configuration:
187187
// or expanded to configure more options
188188
'async' => [
189189
'dsn' => '%env(MESSENGER_TRANSPORT_DSN)%',
190-
'options' => []
190+
'options' => [],
191191
],
192192
],
193193
],

0 commit comments

Comments
 (0)