From f0d4f43dba1e42319d3afa5f4593bf4d4dc3105b Mon Sep 17 00:00:00 2001 From: Wess Cope Date: Tue, 9 Aug 2022 10:14: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 630c6a8565..e496c1c7be 100644 --- a/src/Appwrite/Auth/OAuth2/Etsy.php +++ b/src/Appwrite/Auth/OAuth2/Etsy.php @@ -19,7 +19,7 @@ class Etsy extends OAuth2 /** * @var array */ - protected $user = []; + protected array $user = []; /** * @var array