From 2a6937c286c6340dc6314b10bd2fd8f2da0a6d6c Mon Sep 17 00:00:00 2001 From: Rick Ogden Date: Thu, 13 Jun 2019 13:39:28 +0100 Subject: [PATCH] Replaced copyright notice. --- .php_cs.dist | 2 +- src/Client.php | 2 +- src/Credit.php | 2 +- src/CreditCollection.php | 2 +- src/CreditType.php | 2 +- src/CreditTypeCollection.php | 2 +- src/Eligibility.php | 6 ++++++ src/Exception/FailedResponseException.php | 2 +- src/Exception/InvalidResponseException.php | 2 +- src/Exception/UnrefreshableException.php | 2 +- src/Hateoas/HateoasCollection.php | 2 +- src/Hateoas/HateoasInterface.php | 2 +- src/Hateoas/Link.php | 2 +- src/Hateoas/PaginatedCollection.php | 2 +- src/Hateoas/Traits/CollectionTrait.php | 2 +- src/Hateoas/Traits/HateoasLinksTrait.php | 2 +- src/Network.php | 2 +- src/NetworkCollection.php | 2 +- src/Quote.php | 2 +- src/Test/ClientStub.php | 2 +- src/Util/MoneyConverter.php | 2 +- tests/ClientTest.php | 2 +- tests/CreditCollectionTest.php | 2 +- tests/Test/ClientStubTest.php | 2 +- 24 files changed, 29 insertions(+), 23 deletions(-) diff --git a/.php_cs.dist b/.php_cs.dist index 50f1e12..4adcd1f 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -26,7 +26,7 @@ return PhpCsFixer\Config::create() 'header' => <<
'PHPDoc', diff --git a/src/Client.php b/src/Client.php index 9209438..0aa2fcf 100644 --- a/src/Client.php +++ b/src/Client.php @@ -3,7 +3,7 @@ /** * This file is part of the AR Connect SDK. * - * © Airtime Rewards 2018 + * © Airtime Rewards 2019 */ declare(strict_types=1); diff --git a/src/Credit.php b/src/Credit.php index acbca1e..a0e762c 100644 --- a/src/Credit.php +++ b/src/Credit.php @@ -3,7 +3,7 @@ /** * This file is part of the AR Connect SDK. * - * © Airtime Rewards 2018 + * © Airtime Rewards 2019 */ declare(strict_types=1); diff --git a/src/CreditCollection.php b/src/CreditCollection.php index d8189c7..1cc5218 100644 --- a/src/CreditCollection.php +++ b/src/CreditCollection.php @@ -3,7 +3,7 @@ /** * This file is part of the AR Connect SDK. * - * © Airtime Rewards 2018 + * © Airtime Rewards 2019 */ declare(strict_types=1); diff --git a/src/CreditType.php b/src/CreditType.php index 2f1fa3a..caade3e 100644 --- a/src/CreditType.php +++ b/src/CreditType.php @@ -3,7 +3,7 @@ /** * This file is part of the AR Connect SDK. * - * © Airtime Rewards 2018 + * © Airtime Rewards 2019 */ declare(strict_types=1); diff --git a/src/CreditTypeCollection.php b/src/CreditTypeCollection.php index 7750622..37efe21 100644 --- a/src/CreditTypeCollection.php +++ b/src/CreditTypeCollection.php @@ -3,7 +3,7 @@ /** * This file is part of the AR Connect SDK. * - * © Airtime Rewards 2018 + * © Airtime Rewards 2019 */ declare(strict_types=1); diff --git a/src/Eligibility.php b/src/Eligibility.php index bbaf240..8af9a3a 100644 --- a/src/Eligibility.php +++ b/src/Eligibility.php @@ -1,5 +1,11 @@