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