Skip to content

Commit b8d06da

Browse files
committed
minor #14941 [CS] Add comma after last array item in multi-line array (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [CS] Add comma after last array item in multi-line array <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 3b1c006 [CS] Add comma after last array item in multi-line array
2 parents 2c7042f + 3b1c006 commit b8d06da

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)