mirror of
https://github.com/appwrite/appwrite
synced 2026-05-20 23:48:23 +00:00
Fix formatting src/Appwrite/Auth/OAuth2/Microsoft.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
parent
6fde6642bc
commit
e2ee905a8e
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue