Skip to content

Commit 7614fdf

Browse files
Automatically update PHP SDK
1 parent ccb4712 commit 7614fdf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trophy/php",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "Trophy PHP Library",
55
"keywords": [
66
"trophy",

src/Traits/UpdatedUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

src/Types/UpdatedUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)