From 059a7b8617d59f3c8e45f0304d08986d8893b501 Mon Sep 17 00:00:00 2001 From: Mitul Golakiya Date: Fri, 16 Dec 2022 12:32:44 +0530 Subject: [PATCH] style: Apply fixes from StyleCI (#8) Co-authored-by: StyleCI Bot --- src/Auth/EnvatoCredentials.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth/EnvatoCredentials.php b/src/Auth/EnvatoCredentials.php index b04e1f2..880db8b 100644 --- a/src/Auth/EnvatoCredentials.php +++ b/src/Auth/EnvatoCredentials.php @@ -55,7 +55,7 @@ public function __construct($input = []) public function toArray() { return [ - 'id' => $this->id, + 'id' => $this->id, 'access_token' => $this->accessToken, 'refresh_token' => $this->refreshToken, 'expires_in' => $this->expiresIn,