Skip to content

Commit a6983e4

Browse files
committed
Merge branch '5.1'
* 5.1: fix table markup
2 parents 0847c86 + f526431 commit a6983e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notifier.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,16 @@ The chat channel is used to send chat messages to users by using
133133
:class:`Symfony\\Component\\Notifier\\Chatter` classes. Symfony provides
134134
integration with these chat services:
135135

136-
========== =============================== ===========================================================================
137-
Service Package DSN
138-
========== =============================== ===========================================================================
136+
========== ================================ ===========================================================================
137+
Service Package DSN
138+
========== ================================ ===========================================================================
139139
Slack ``symfony/slack-notifier`` ``slack://default/ID``
140140
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
141141
GoogleChat ``symfony/google-chat-notifier`` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?threadKey=THREAD_KEY``
142142
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
143143
RocketChat ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
144144
Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:APIKEY@ENDPOINT?channel=CHANNEL``
145-
========== =============================== ===========================================================================
145+
========== ================================ ===========================================================================
146146

147147
.. versionadded:: 5.1
148148

0 commit comments

Comments
 (0)