Skip to content

Commit 97117f2

Browse files
wesschristyjacob4
andauthored
Update src/Appwrite/Auth/OAuth2/Etsy.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
1 parent 27e54fa commit 97117f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Appwrite/Auth/OAuth2/Etsy.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ class Etsy extends OAuth2
3434
"profile_r",
3535
];
3636

37-
private $pkce = '';
37+
/**
38+
* @var string
39+
*/
40+
private string $pkce = '';
3841

3942
private function getPKCE()
4043
{

0 commit comments

Comments
 (0)