We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed5ea21 + cd512c5 commit b1e16f7Copy full SHA for b1e16f7
src/Challonge/DTO/MatchDto.php
@@ -28,7 +28,7 @@ class MatchDto extends DataTransferObject
28
public ?string $open_graph_image_file_name;
29
public ?string $open_graph_image_content_type;
30
public ?string $open_graph_image_file_size;
31
- public bool $optional;
+ public ?bool $optional;
32
public ?int $player1_id;
33
public bool $player1_is_prereq_match_loser;
34
public ?int $player1_prereq_match_id;
0 commit comments