Browse Source

Style fix

proxy_request v0.0.1
Daan Geurts 5 years ago
parent
commit
2a7e0f9a69
  1. 4
      src/model/Receipt.php

4
src/model/Receipt.php

@ -301,7 +301,7 @@ class Receipt
} }
/** /**
* Get the value of isUpgraded * Get the value of isUpgraded.
*/ */
public function getIsUpgraded() public function getIsUpgraded()
{ {
@ -309,7 +309,7 @@ class Receipt
} }
/** /**
* Get the value of promotionalOfferId * Get the value of promotionalOfferId.
*/ */
public function getPromotionalOfferId() public function getPromotionalOfferId()
{ {

Loading…
Cancel
Save