mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix formatting src/Appwrite/Auth/OAuth2/Microsoft.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user