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 7bb4f34

Browse filesBrowse files
committed
minor #4115 [Documentation] [Minor] Changes foobar.net in example.com (magnetik)
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #4115). Discussion ---------- [Documentation] [Minor] Changes foobar.net in example.com As recommanded by the RFC 2606, example.com(/net/org) should be used as they are reserved for this usage. Commits ------- 715c0ed Changes foobar.net in example.com
2 parents 5d14deb + ca64b03 commit 7bb4f34
Copy full SHA for 7bb4f34

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎book/service_container.rst

Copy file name to clipboardExpand all lines: book/service_container.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ you need it::
8282
use Acme\HelloBundle\Mailer;
8383

8484
$mailer = new Mailer('sendmail');
85-
$mailer->send('ryan@foobar.net', ...);
85+
$mailer->send('ryan@example.com', ...);
8686

8787
This is easy enough. The imaginary ``Mailer`` class allows you to configure
8888
the method used to deliver the email messages (e.g. ``sendmail``, ``smtp``, etc).

0 commit comments

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