Skip to content

Commit

Permalink
Normalize all additionalConfigKeys methods (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot authored Nov 7, 2024
1 parent ea0e9fe commit 87e6128
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,7 @@ protected function getTokenFields($code)
]);
}

/**
* Add the additional configuration key 'tenant' to enable the branded sign-in experience,
* and the key 'fields' to request extra fields from the Microsoft Graph.
*
* @return array
*/
public static function additionalConfigKeys()
public static function additionalConfigKeys(): array
{
return [
'tenant',
Expand Down

0 comments on commit 87e6128

Please sign in to comment.