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
co-authored by Christy Jacob
parent 7bf5da9759
commit 8b6914e194
+1 -1
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();