Skip to content

Commit

Permalink
Personalization addTo inline doc
Browse files Browse the repository at this point in the history
  • Loading branch information
toleabivol committed Sep 4, 2022
1 parent dd95642 commit 8a8633f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/mail/Personalization.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ class Personalization implements \JsonSerializable
/**
* Add a To object to a Personalization object
* If there are substitutions in the To object preserve them
* by transferring them to the Personalization object
* by transferring them to the Personalization object.
* If a substitution with the same key already exists
* that takes precedence, and we don't overwrite
*
* @param To $email To object
*/
Expand Down

0 comments on commit 8a8633f

Please sign in to comment.