Apply fixes from StyleCI

This commit is contained in:
Ian Morland 2021-10-13 18:39:35 +00:00 committed by StyleCI Bot
parent 3b97a844ad
commit 2a2b7d594b
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -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,
]);
}