From fe2fe1e08a1ae3e8dcb3917c3292976c998aabab Mon Sep 17 00:00:00 2001 From: Wess Cope Date: Tue, 9 Aug 2022 08:15:46 -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 5fce8733f9..630c6a8565 100644 --- a/src/Appwrite/Auth/OAuth2/Etsy.php +++ b/src/Appwrite/Auth/OAuth2/Etsy.php @@ -39,7 +39,7 @@ class Etsy extends OAuth2 */ private string $pkce = ''; - private function getPKCE() + private function getPKCE(): string { if (empty($this->pkce)) { $this->pkce = \bin2hex(\random_bytes(rand(43, 128)));