From 2a2b7d594baa0a52a25a48ab22fd40aab7de8d6b Mon Sep 17 00:00:00 2001 From: Ian Morland Date: Wed, 13 Oct 2021 18:39:35 +0000 Subject: [PATCH] Apply fixes from StyleCI --- extend.php | 4 ++-- src/Providers/Amazon.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extend.php b/extend.php index 2bc687c..614acb5 100644 --- a/extend.php +++ b/extend.php @@ -5,8 +5,8 @@ * * Copyright (c) 2021 IanM. * - * For the full copyright and license information, please view the LICENSE.md - * file that was distributed with this source code. + * For the full copyright and license information, please view the LICENSE.md + * file that was distributed with this source code. */ namespace IanM\OAuthAmazon; diff --git a/src/Providers/Amazon.php b/src/Providers/Amazon.php index f28a976..1b7ec65 100644 --- a/src/Providers/Amazon.php +++ b/src/Providers/Amazon.php @@ -5,8 +5,8 @@ * * Copyright (c) 2021 IanM. * - * For the full copyright and license information, please view the LICENSE.md - * file that was distributed with this source code. + * For the full copyright and license information, please view the LICENSE.md + * file that was distributed with this source code. */ namespace IanM\OAuthAmazon\Providers; @@ -46,7 +46,7 @@ class Amazon extends Provider return $this->provider = new AmazonProvider([ 'clientId' => $this->getSetting('client_id'), 'clientSecret' => $this->getSetting('client_secret'), - 'redirectUri' => $redirectUri + 'redirectUri' => $redirectUri, ]); }