1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

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:10:00 +01:00 committed by GitHub
parent 7bf5da9759
commit 8b6914e194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ class Microsoft extends OAuth2
* Extracts the Client Secret from the JSON stored in appSecret
* @return string
*/
protected function getClientSecret():string
protected function getClientSecret(): string
{
$secret = $this->decodeJson();