From 3b1c006d0d60fe4bb00fefff93cbbbc17cb63d4b Mon Sep 17 00:00:00 2001 From: Sebastian Paczkowski <74934099+sebpacz@users.noreply.github.com> Date: Sun, 7 Feb 2021 18:36:19 +0100 Subject: [PATCH] [CS] Add comma after last array item in multi-line array --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index 2947f18cb68..83b7d59dff4 100644 --- a/messenger.rst +++ b/messenger.rst @@ -188,7 +188,7 @@ that uses this configuration: // or expanded to configure more options 'async' => [ 'dsn' => '%env(MESSENGER_TRANSPORT_DSN)%', - 'options' => [] + 'options' => [], ], ], ],