Skip to content

Commit 3b1c006

Browse files
authored
[CS] Add comma after last array item in multi-line array
1 parent 2c7042f commit 3b1c006

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
@@ -188,7 +188,7 @@ that uses this configuration:
188188
// or expanded to configure more options
189189
'async' => [
190190
'dsn' => '%env(MESSENGER_TRANSPORT_DSN)%',
191-
'options' => []
191+
'options' => [],
192192
],
193193
],
194194
],

0 commit comments

Comments
 (0)