mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 00:55:01 +00:00
new cs rule: single_line_empty_body
Rule is added to the last version of php-cs-fixer
This commit is contained in:
@@ -30,9 +30,7 @@ class OnBehalfOfUserTokenStorage
|
||||
{
|
||||
final public const MS_GRAPH_ACCESS_TOKEN = 'msgraph_access_token';
|
||||
|
||||
public function __construct(private readonly Azure $azure, private readonly SessionInterface $session)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly Azure $azure, private readonly SessionInterface $session) {}
|
||||
|
||||
public function getToken(): AccessToken
|
||||
{
|
||||
|
Reference in New Issue
Block a user