Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7bb4f34

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/service_container.rst

Lines 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)