From 6b089d35a94354bd7c8b8688f98a3898a5d8ce9c Mon Sep 17 00:00:00 2001 From: Wess Cope Date: Thu, 21 Jul 2022 09:28:42 -0400 Subject: [PATCH] Update src/Appwrite/Auth/OAuth2/Etsy.php Co-authored-by: Torsten Dittmann --- 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 5a8db1cd59..a168626351 100644 --- a/src/Appwrite/Auth/OAuth2/Etsy.php +++ b/src/Appwrite/Auth/OAuth2/Etsy.php @@ -9,7 +9,7 @@ class Etsy extends OAuth2 /** * @var string */ - private $endpoint = 'https://api.etsy.com/v3/public'; + private string $endpoint = 'https://api.etsy.com/v3/public'; /** * @var string