]> BookStack Code Mirror - bookstack/commitdiff
Apply fixes from StyleCI
authorStyleCI Bot <redacted>
Sun, 30 Jan 2022 16:44:19 +0000 (16:44 +0000)
committerDan Brown <redacted>
Sun, 30 Jan 2022 16:44:51 +0000 (16:44 +0000)
app/Auth/Access/Oidc/OidcProviderSettings.php

index 016d006d2c0af68d8751dcc5ef97b933c84dfa8a..d15705782721f0963cfc670060a7d7476b904fe0 100644 (file)
@@ -165,6 +165,7 @@ class OidcProviderSettings
     {
         return array_filter($keys, function (array $key) {
             $alg = $key['alg'] ?? null;
+
             return $key['kty'] === 'RSA' && $key['use'] === 'sig' && (is_null($alg) || $alg === 'RS256');
         });
     }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.