diff --git a/src/Challonge/DTO/MatchDto.php b/src/Challonge/DTO/MatchDto.php index ebf9dc3..29747a3 100644 --- a/src/Challonge/DTO/MatchDto.php +++ b/src/Challonge/DTO/MatchDto.php @@ -28,7 +28,7 @@ class MatchDto extends DataTransferObject public ?string $open_graph_image_file_name; public ?string $open_graph_image_content_type; public ?string $open_graph_image_file_size; - public bool $optional; + public ?bool $optional; public ?int $player1_id; public bool $player1_is_prereq_match_loser; public ?int $player1_prereq_match_id;