From 97117f2fde54a9ad16a39cab830c103e807ceaad Mon Sep 17 00:00:00 2001 From: Wess Cope Date: Tue, 9 Aug 2022 08:15:38 -0400 Subject: [PATCH] Update src/Appwrite/Auth/OAuth2/Etsy.php Co-authored-by: Christy Jacob --- src/Appwrite/Auth/OAuth2/Etsy.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Appwrite/Auth/OAuth2/Etsy.php b/src/Appwrite/Auth/OAuth2/Etsy.php index 43d4998f49..5fce8733f9 100644 --- a/src/Appwrite/Auth/OAuth2/Etsy.php +++ b/src/Appwrite/Auth/OAuth2/Etsy.php @@ -34,7 +34,10 @@ class Etsy extends OAuth2 "profile_r", ]; - private $pkce = ''; + /** + * @var string + */ + private string $pkce = ''; private function getPKCE() {