Skip to content

Commit

Permalink
Redifining the nullifiable argumen (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
pduda-busuu authored Jun 18, 2020
1 parent 96cfce4 commit aa7a5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Model/AppStoreReceipt.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public function getPendingRenewalInfos(): ?array
/**
* @param array|null $pendingRenewalInfos
*/
public function setPendingRenewalInfos(?array $pendingRenewalInfos): self
public function setPendingRenewalInfos(array $pendingRenewalInfos = null): self
{
$this->pendingRenewalInfos = $pendingRenewalInfos;

Expand Down

0 comments on commit aa7a5af

Please sign in to comment.