Skip to content

Commit

Permalink
Remove incorrect typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyd Bueno de Mesquita committed Oct 4, 2022
1 parent 3e19731 commit e61ed4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entities/CreditMemo.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public function getAllocations()
*
* @return $this
*/
public function setAllocations(array $value)
public function setAllocations($value)
{
return $this->setAttribute('allocations', $value);
}
Expand Down

0 comments on commit e61ed4a

Please sign in to comment.