From 8b6914e194c9ec6f41d03e5dc4601433549fb658 Mon Sep 17 00:00:00 2001 From: Simon Trockel Date: Wed, 26 Jan 2022 11:10:00 +0100 Subject: [PATCH] Fix formatting src/Appwrite/Auth/OAuth2/Microsoft.php Co-authored-by: Christy Jacob --- src/Appwrite/Auth/OAuth2/Microsoft.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Auth/OAuth2/Microsoft.php b/src/Appwrite/Auth/OAuth2/Microsoft.php index 630c4aa224..c926165e2a 100644 --- a/src/Appwrite/Auth/OAuth2/Microsoft.php +++ b/src/Appwrite/Auth/OAuth2/Microsoft.php @@ -146,7 +146,7 @@ class Microsoft extends OAuth2 * Extracts the Client Secret from the JSON stored in appSecret * @return string */ - protected function getClientSecret():string + protected function getClientSecret(): string { $secret = $this->decodeJson();