Skip to content

Commit 4a1d060

Browse files
StyleCIBotssddanbrown
authored andcommitted
Apply fixes from StyleCI
1 parent e17cdab commit 4a1d060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Auth/Access/Oidc/OidcProviderSettings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ protected function filterKeys(array $keys): array
165165
{
166166
return array_filter($keys, function (array $key) {
167167
$alg = $key['alg'] ?? null;
168+
168169
return $key['kty'] === 'RSA' && $key['use'] === 'sig' && (is_null($alg) || $alg === 'RS256');
169170
});
170171
}

0 commit comments

Comments
 (0)