Skip to content

Commit 0b702b9

Browse files
committed
Fix SonarCloud issues
1 parent 90cde56 commit 0b702b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Authentication/GraphPhpLeagueAccessTokenProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public static function createWithCache(
8181
array $scopes = []
8282
): self
8383
{
84-
return new GraphPhpLeagueAccessTokenProvider($tokenRequestContext, $scopes, NationalCloud::GLOBAL, $accessTokenCache);
84+
return new GraphPhpLeagueAccessTokenProvider(
85+
$tokenRequestContext, $scopes, NationalCloud::GLOBAL, $accessTokenCache);
8586
}
8687
}

0 commit comments

Comments
 (0)