Skip to content

Commit 62433e2

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Remove personal e-mailaddress from the code example
2 parents 7f1f16c + c471e64 commit 62433e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ sent using the Slack transport::
530530
->content('You got a new invoice for 15 EUR.')
531531
->importance(Notification::IMPORTANCE_HIGH);
532532

533-
$notifier->send($notification, new Recipient('wouter@wouterj.nl'));
533+
$notifier->send($notification, new Recipient('wouter@example.com'));
534534

535535
// ...
536536
}

0 commit comments

Comments
 (0)