mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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
|
* Decode the JSON stored in appSecret
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function decodeJson():array{
|
protected function decodeJson(): array
|
||||||
|
{
|
||||||
try {
|
try {
|
||||||
$secret = \json_decode($this->appSecret, true);
|
$secret = \json_decode($this->appSecret, true);
|
||||||
} catch (\Throwable $th) {
|
} catch (\Throwable $th) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue