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 @@