File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " trophy/php" ,
3- "version" : " 1.0.15 " ,
3+ "version" : " 1.0.16 " ,
44 "description" : " Trophy PHP Library" ,
55 "keywords" : [
66 " trophy" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ trait UpdatedUser
3535 public ?array $ deviceTokens ;
3636
3737 /**
38- * @var ?bool $subscribeToEmails Whether the user should receive Trophy-powered emails. Cannot be false if an email is provided .
38+ * @var ?bool $subscribeToEmails Whether the user should receive Trophy-powered emails. If false, Trophy will not store the user's email address .
3939 */
4040 #[JsonProperty('subscribeToEmails ' )]
4141 public ?bool $ subscribeToEmails ;
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class UpdatedUser extends JsonSerializableType
3636 public ?array $ deviceTokens ;
3737
3838 /**
39- * @var ?bool $subscribeToEmails Whether the user should receive Trophy-powered emails. Cannot be false if an email is provided .
39+ * @var ?bool $subscribeToEmails Whether the user should receive Trophy-powered emails. If false, Trophy will not store the user's email address .
4040 */
4141 #[JsonProperty('subscribeToEmails ' )]
4242 public ?bool $ subscribeToEmails ;
You can’t perform that action at this time.
0 commit comments