Skip to content

Commit

Permalink
Fix additional deprecation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Jan 14, 2024
1 parent 8c9ed19 commit 2ade740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Models/Comment/Edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Edit extends \BNETDocs\Models\ActiveUser
{
public $acl_allowed;
public $comment;
public $content;
public $id;
public $parent_id;
public $parent_type;
Expand Down
3 changes: 1 addition & 2 deletions src/Models/User/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ class Update extends \BNETDocs\Models\ActiveUser
{
public ?User $user = null;

public ?string $display_name_1 = null;
public ?string $display_name_2 = null;
public ?string $display_name = null;
public ?array $display_name_error = null;
public int $display_name_max_len = User::MAX_DISPLAY_NAME;

Expand Down

0 comments on commit 2ade740

Please sign in to comment.