Skip to content

Commit 2a18443

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [Messenger][CS] Add missing commas in PHP configurations
2 parents 1304dfe + 90ff798 commit 2a18443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,8 +1687,8 @@ Then, make sure to "route" your message to *both* transports:
16871687
'image_transport' => '...',
16881688
],
16891689
'routing' => [
1690-
'App\Message\UploadedImage' => ['image_transport', 'async_priority_normal']
1691-
]
1690+
'App\Message\UploadedImage' => ['image_transport', 'async_priority_normal'],
1691+
],
16921692
],
16931693
]);
16941694

0 commit comments

Comments
 (0)