From eee0223c0de7d0c036ed9fe5872d2127888fb7d6 Mon Sep 17 00:00:00 2001 From: Sebastian Paczkowski <74934099+sebpacz@users.noreply.github.com> Date: Tue, 9 Feb 2021 20:01:01 +0100 Subject: [PATCH] [Messenger][CS] Add missing comma in PHP configuration --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index a6e64d8f94e..8a527c43c65 100644 --- a/messenger.rst +++ b/messenger.rst @@ -899,7 +899,7 @@ options. Options can be passed to the transport via a DSN string or configuratio 'dsn' => '%env(MESSENGER_TRANSPORT_DSN)%', 'options' => [ 'auto_setup' => false, - ] + ], ], ], ],