Skip to content

Commit

Permalink
Merge pull request #30 from DariusIII/patch-1
Browse files Browse the repository at this point in the history
Update ContentRating.php
  • Loading branch information
canihavesomecoffee authored Oct 3, 2023
2 parents d3aedc1 + 4fb3141 commit 6769259
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 6769259

Please sign in to comment.