Fix formatting src/Appwrite/Auth/OAuth2/Microsoft.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Simon Trockel 2022-01-26 11:08:10 +01:00 committed by GitHub
parent 6fde6642bc
commit e2ee905a8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {