From c6fc2a98aefec24c672cd740c2612a883230876a Mon Sep 17 00:00:00 2001 From: Wess Cope Date: Tue, 9 Aug 2022 10:14:40 -0400 Subject: [PATCH] Update src/Appwrite/Auth/OAuth2/Etsy.php Co-authored-by: Christy Jacob --- src/Appwrite/Auth/OAuth2/Etsy.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Appwrite/Auth/OAuth2/Etsy.php b/src/Appwrite/Auth/OAuth2/Etsy.php index abffd87023..7ff16fcb78 100644 --- a/src/Appwrite/Auth/OAuth2/Etsy.php +++ b/src/Appwrite/Auth/OAuth2/Etsy.php @@ -39,6 +39,9 @@ class Etsy extends OAuth2 */ private string $pkce = ''; + /** + * @return string + */ private function getPKCE(): string { if (empty($this->pkce)) {