Skip to content

Commit 858619c

Browse files
Fix amount of spaces
1 parent 425066a commit 858619c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Multiple addresses are defined with the ``addXXX()`` methods::
159159

160160
An ``Address`` can be created from a single string::
161161

162-
$email = (new Email())
162+
$email = (new Email())
163163
->from(Address::fromString('Fabien <fabien@example.com>'))
164164

165165
// ...

0 commit comments

Comments
 (0)