Skip to content

Commit fe2fe1e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Appwrite/Auth/OAuth2/Etsy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Etsy extends OAuth2
3939
*/
4040
private string $pkce = '';
4141

42-
private function getPKCE()
42+
private function getPKCE(): string
4343
{
4444
if (empty($this->pkce)) {
4545
$this->pkce = \bin2hex(\random_bytes(rand(43, 128)));

0 commit comments

Comments
 (0)