Skip to content

Commit bdc7813

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Fix php example syntax error at mailer.rst
2 parents 2e70453 + 1538584 commit bdc7813

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

19861986
public function onMessage(SentMessageEvent $event): void
19871987
{
1988-
$message $event->getMessage();
1988+
$message = $event->getMessage();
19891989

19901990
// do something with the message (e.g. get its id)
19911991
}

0 commit comments

Comments
 (0)