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

Skip to content

Commit da10e09

Browse files
authored
Fix php example syntax error at mailer.rst
1 parent 0b1da84 commit da10e09

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
@@ -1765,7 +1765,7 @@ the HTTP calls made by the HTTP transports, which is useful for debugging errors
17651765

17661766
public function onMessage(SentMessageEvent $event): void
17671767
{
1768-
$message $event->getMessage();
1768+
$message = $event->getMessage();
17691769

17701770
// do something with the message (e.g. get its id)
17711771
}

0 commit comments

Comments
 (0)