Style fix

This commit is contained in:
Daan Geurts 2019-10-30 15:22:57 +01:00
parent 7296146aad
commit 2a7e0f9a69
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ cache:
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- php: 7.2 - php: 7.2
env: LARAVEL='5.7.*' TESTBENCH='3.7.*' PHPENUM='1.*' PHPUNIT='7.*' COMPOSER_FLAGS='--prefer-stable' env: LARAVEL='5.7.*' TESTBENCH='3.7.*' PHPENUM='1.*' PHPUNIT='7.*' COMPOSER_FLAGS='--prefer-stable'
- php: 7.3 - php: 7.3
env: LARAVEL='5.7.*' TESTBENCH='3.7.*' PHPENUM='1.*' PHPUNIT='7.*' COMPOSER_FLAGS='--prefer-lowest' env: LARAVEL='5.7.*' TESTBENCH='3.7.*' PHPENUM='1.*' PHPUNIT='7.*' COMPOSER_FLAGS='--prefer-lowest'

View File

@ -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()
{ {