Skip to content

Commit

Permalink
fix: add missing '5' key for ratings
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckadams committed Oct 22, 2024
1 parent ab1e4e5 commit 0b081f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Data/WpOrg/Themes/ThemeResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ThemeResponse extends Data
* @param string $preview_url
* @param Author $author
* @param string $screenshot_url
* @param array{1:int, 2:int, 3:int, 4:int} $ratings
* @param array{1:int, 2:int, 3:int, 4:int, 5:int} $ratings
* @param int $rating
* @param int $num_ratings
* @param string $reviews_url
Expand Down

0 comments on commit 0b081f4

Please sign in to comment.