Skip to content

Commit 425066a

Browse files
Fix indentation
Co-Authored-By: Oskar Stark <oskarstark@googlemail.com>
1 parent 7422b24 commit 425066a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mailer.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ An ``Address`` can be created from a single string::
161161

162162
$email = (new Email())
163163
->from(Address::fromString('Fabien <fabien@example.com>'))
164-
// ...
164+
165+
// ...
165166
;
166167

167168

0 commit comments

Comments
 (0)