Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5adcbcb

Browse filesBrowse files
committed
Fix RST syntax of some tables
1 parent d987792 commit 5adcbcb
Copy full SHA for 5adcbcb

File tree

Expand file treeCollapse file tree

3 files changed

+11
-11
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+11
-11
lines changed

‎mailer.rst

Copy file name to clipboardExpand all lines: mailer.rst
+7-7Lines 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

Copy file name to clipboardExpand all lines: messenger.rst
+2-2Lines 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

Copy file name to clipboardExpand all lines: page_creation.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.