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 236d8e0

Browse filesBrowse files
committed
minor symfony#4137 fixed directive syntax (WouterJ)
This PR was merged into the 2.3 branch. Discussion ---------- fixed directive syntax Fixes http://symfony.com/doc/current/cookbook/bundles/configuration.html Commits ------- d497d64 fixed directive syntax
2 parents 4f9fef6 + d497d64 commit 236d8e0
Copy full SHA for 236d8e0

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎cookbook/console/sending_emails.rst

Copy file name to clipboardExpand all lines: cookbook/console/sending_emails.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and per Command.
2020
Configuring the Request Context globally
2121
----------------------------------------
2222

23-
.. versionadded: 2.2
23+
.. versionadded:: 2.2
2424
The ``base_url`` parameter was introduced in Symfony 2.2.
2525

2626
To configure the Request Context - which is used by the URL Generator - you can
@@ -88,7 +88,7 @@ from the ``router`` service and override its settings::
8888
Using Memory Spooling
8989
---------------------
9090

91-
.. versionadded: 2.3
91+
.. versionadded:: 2.3
9292
When using Symfony 2.3+ and SwiftmailerBundle 2.3.5+, the memory spool is now
9393
handled automatically in the CLI and the code below is not necessary anymore.
9494

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.