Skip to content

Commit 1304dfe

Browse files
committed
minor #14943 [Messenger] [CS] Add missing comma in PHP configuration (sebpacz)
This PR was merged into the 5.2 branch. Discussion ---------- [Messenger] [CS] Add missing comma in PHP configuration <!-- 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 ------- eee0223 [Messenger][CS] Add missing comma in PHP configuration
2 parents edab39f + eee0223 commit 1304dfe

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
@@ -899,7 +899,7 @@ options. Options can be passed to the transport via a DSN string or configuratio
899899
'dsn' => '%env(MESSENGER_TRANSPORT_DSN)%',
900900
'options' => [
901901
'auto_setup' => false,
902-
]
902+
],
903903
],
904904
],
905905
],

0 commit comments

Comments
 (0)