Skip to content

Commit

Permalink
Update ContentRating.php
Browse files Browse the repository at this point in the history
Allow null for description.
  • Loading branch information
DariusIII authored Oct 3, 2023
1 parent d3aedc1 commit 4fb3141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/ContentRating.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class ContentRating
/**
* Description for the content rating.
*
* @var string
* @var string|null
*/
public string $description;
public ?string $description;
}

0 comments on commit 4fb3141

Please sign in to comment.