Skip to content

Commit 3c8f5dc

Browse files
committed
minor #15932 Fix RST syntax of some tables (javiereguiluz)
This PR was merged into the 4.4 branch. Discussion ---------- Fix RST syntax of some tables The new parser is very strict, so we can't have leading spaces in headers or rows. Commits ------- 5adcbcb Fix RST syntax of some tables
2 parents d987792 + 5adcbcb commit 3c8f5dc

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

mailer.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@ This table shows the full list of available DSN formats for each third
144144
party provider:
145145

146146
==================== ========================================== =========================================== ========================================
147-
Provider SMTP HTTP API
147+
Provider SMTP HTTP API
148148
==================== ========================================== =========================================== ========================================
149-
Amazon SES ses+smtp://USERNAME:PASSWORD@default ses+https://ACCESS_KEY:SECRET_KEY@default ses+api://ACCESS_KEY:SECRET_KEY@default
150-
Google Gmail gmail+smtp://USERNAME:PASSWORD@default n/a n/a
151-
Mailchimp Mandrill mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
152-
Mailgun mailgun+smtp://USERNAME:PASSWORD@default mailgun+https://KEY:DOMAIN@default mailgun+api://KEY:DOMAIN@default
153-
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
154-
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
149+
Amazon SES ses+smtp://USERNAME:PASSWORD@default ses+https://ACCESS_KEY:SECRET_KEY@default ses+api://ACCESS_KEY:SECRET_KEY@default
150+
Google Gmail gmail+smtp://USERNAME:PASSWORD@default n/a n/a
151+
Mailchimp Mandrill mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
152+
Mailgun mailgun+smtp://USERNAME:PASSWORD@default mailgun+https://KEY:DOMAIN@default mailgun+api://KEY:DOMAIN@default
153+
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
154+
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
155155
==================== ========================================== =========================================== ========================================
156156

157157
.. caution::

messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ The transport has a number of options:
10171017
Options defined under ``options`` take precedence over ones defined in the DSN.
10181018

10191019
================== ===================================== ======================
1020-
Option Description Default
1020+
Option Description Default
10211021
================== ===================================== ======================
10221022
table_name Name of the table messenger_messages
10231023
queue_name Name of the queue (a column in the default
@@ -1066,7 +1066,7 @@ A number of options can be configured via the DSN or via the ``options`` key
10661066
under the transport in ``messenger.yaml``:
10671067

10681068
================== ===================================== =========================
1069-
Option Description Default
1069+
Option Description Default
10701070
================== ===================================== =========================
10711071
stream The Redis stream name messages
10721072
group The Redis consumer group name symfony

page_creation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ To get a list of *all* of the routes in your system, use the ``debug:router`` co
166166
You should see your ``app_lucky_number`` route in the list:
167167

168168
================== ======== ======== ====== ===============
169-
Name Method Scheme Host Path
169+
Name Method Scheme Host Path
170170
================== ======== ======== ====== ===============
171-
app_lucky_number ANY ANY ANY /lucky/number
171+
app_lucky_number ANY ANY ANY /lucky/number
172172
================== ======== ======== ====== ===============
173173

174174
You will also see debugging routes besides ``app_lucky_number`` -- more on

0 commit comments

Comments
 (0)