Skip to content

Commit

Permalink
Fix PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Jul 26, 2019
1 parent 8b37bf3 commit 524e616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Programme.php
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ protected function setRatings(array $ratings) {
/**
* Set the star ratings.
*
* @param StarRating[] $staRatings The ratings.
* @param StarRating[] $starRatings The ratings.
* @return Programme Returns this programme.
*/
protected function setStarRatings(array $starRatings) {
Expand Down

0 comments on commit 524e616

Please sign in to comment.