apply rules rector up to php82

This commit is contained in:
2023-05-01 21:39:45 +02:00
parent 81e8928344
commit 6d63177ff4
733 changed files with 1257 additions and 1322 deletions

View File

@@ -28,9 +28,9 @@ use TheNetworg\OAuth2\Client\Token\AccessToken;
*/
class OnBehalfOfUserTokenStorage
{
public const MS_GRAPH_ACCESS_TOKEN = 'msgraph_access_token';
final public const MS_GRAPH_ACCESS_TOKEN = 'msgraph_access_token';
public function __construct(private Azure $azure, private SessionInterface $session)
public function __construct(private readonly Azure $azure, private readonly SessionInterface $session)
{
}