Skip to content

Commit f526431

Browse files
committed
fix table markup
1 parent ed48054 commit f526431

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

notifier.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ The chat channel is used to send chat messages to users by using
128128
:class:`Symfony\\Component\\Notifier\\Chatter` classes. Symfony provides
129129
integration with these chat services:
130130

131-
========== =============================== ============================================
132-
Service Package DSN
133-
========== =============================== ============================================
134-
Slack ``symfony/slack-notifier`` ``slack://default/ID``
135-
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
136-
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
137-
RocketChat ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
138-
========== =============================== ============================================
131+
========== ================================ ============================================
132+
Service Package DSN
133+
========== ================================ ============================================
134+
Slack ``symfony/slack-notifier`` ``slack://default/ID``
135+
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
136+
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
137+
RocketChat ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
138+
========== ================================ ============================================
139139

140140
.. versionadded:: 5.1
141141

0 commit comments

Comments
 (0)