From 6c653d8f2adbb20bd98f2b3a1715d4002ca09501 Mon Sep 17 00:00:00 2001 From: Bishwajeet Parhi Date: Fri, 5 Aug 2022 16:21:47 +0000 Subject: [PATCH] remove whitespace --- src/Appwrite/Auth/OAuth2/Linkedin.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Appwrite/Auth/OAuth2/Linkedin.php b/src/Appwrite/Auth/OAuth2/Linkedin.php index 8cf9b8aff7..340cab2df0 100644 --- a/src/Appwrite/Auth/OAuth2/Linkedin.php +++ b/src/Appwrite/Auth/OAuth2/Linkedin.php @@ -80,7 +80,6 @@ class Linkedin extends OAuth2 ]) ), true); } - return $this->tokens; } @@ -107,7 +106,6 @@ class Linkedin extends OAuth2 if (empty($this->tokens['refresh_token'])) { $this->tokens['refresh_token'] = $refreshToken; } - return $this->tokens; }