From f1887449ab6433e8dc1602ca42a6242eb1b2049a Mon Sep 17 00:00:00 2001 From: Wess Cope Date: Tue, 9 Aug 2022 08:15:19 -0400 Subject: [PATCH] Update src/Appwrite/Auth/OAuth2/Etsy.php Co-authored-by: Christy Jacob --- src/Appwrite/Auth/OAuth2/Etsy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Auth/OAuth2/Etsy.php b/src/Appwrite/Auth/OAuth2/Etsy.php index d04337a2fc..e89731752a 100644 --- a/src/Appwrite/Auth/OAuth2/Etsy.php +++ b/src/Appwrite/Auth/OAuth2/Etsy.php @@ -176,7 +176,7 @@ class Etsy extends OAuth2 * * @return array */ - protected function getUser(string $accessToken) + protected function getUser(string $accessToken): array { if (!empty($this->user)) { return $this->user;