1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Update src/Appwrite/Auth/OAuth2/Etsy.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Wess Cope 2022-08-09 08:15:19 -04:00 committed by GitHub
parent 0653d99e4d
commit f1887449ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ class Etsy extends OAuth2
* *
* @return array * @return array
*/ */
protected function getUser(string $accessToken) protected function getUser(string $accessToken): array
{ {
if (!empty($this->user)) { if (!empty($this->user)) {
return $this->user; return $this->user;