diff --git a/.travis.yml b/.travis.yml index 797d2d3..77e5dd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: matrix: fast_finish: true include: - - php: 7.2 + - php: 7.2 env: LARAVEL='5.7.*' TESTBENCH='3.7.*' PHPENUM='1.*' PHPUNIT='7.*' COMPOSER_FLAGS='--prefer-stable' - php: 7.3 env: LARAVEL='5.7.*' TESTBENCH='3.7.*' PHPENUM='1.*' PHPUNIT='7.*' COMPOSER_FLAGS='--prefer-lowest' diff --git a/src/model/Receipt.php b/src/model/Receipt.php index 6e2a987..f727f39 100644 --- a/src/model/Receipt.php +++ b/src/model/Receipt.php @@ -301,7 +301,7 @@ class Receipt } /** - * Get the value of isUpgraded + * Get the value of isUpgraded. */ public function getIsUpgraded() { @@ -309,7 +309,7 @@ class Receipt } /** - * Get the value of promotionalOfferId + * Get the value of promotionalOfferId. */ public function getPromotionalOfferId() {