summaryrefslogtreecommitdiff
path: root/src/emote.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/emote.php')
-rw-r--r--src/emote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emote.php b/src/emote.php
index 1fa0221..b10fbeb 100644
--- a/src/emote.php
+++ b/src/emote.php
@@ -4,7 +4,7 @@ class Emote
public string $id;
public string $code;
public string $ext;
- public string|null $uploaded_by;
+ public mixed $uploaded_by;
public int $created_at;
public mixed $rating;
public bool $is_in_user_set;