Skip to content

Commit 3446bf6

Browse files
spam-n-eggsCopilot
andauthored
Update src/User.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d347348 commit 3446bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class User implements Arrayable
99
public function __construct(
1010
public ?string $userId = null,
1111
public ?string $anonymousId = null,
12-
public ?array $additionalFields = [],
12+
public array $additionalFields = [],
1313
public ?array $traits = [],
1414
) {}
1515

0 commit comments

Comments
 (0)