diff --git a/src/Appwrite/Auth/OAuth2/Microsoft.php b/src/Appwrite/Auth/OAuth2/Microsoft.php index 40d0a7b269..7f3b54567d 100644 --- a/src/Appwrite/Auth/OAuth2/Microsoft.php +++ b/src/Appwrite/Auth/OAuth2/Microsoft.php @@ -157,8 +157,8 @@ class Microsoft extends OAuth2 * Decode the JSON stored in appSecret * @return array */ - protected function decodeJson():array{ - + protected function decodeJson(): array + { try { $secret = \json_decode($this->appSecret, true); } catch (\Throwable $th) {