We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92312d4 commit 16df784Copy full SHA for 16df784
1 file changed
src/OAuth/ResourceOwner/KeycloakResourceOwner.php
@@ -59,7 +59,7 @@ protected function configureOptions(OptionsResolver $resolver)
59
'base_url',
60
]);
61
62
- $normalizer = function (Options $options, $value) {
+ $normalizer = static function (Options $options, $value) {
63
return str_replace(
64
'{keycloak_url}',
65
$options['base_url'].'/realms/'.$options['realm'].'/protocol/'.$options['protocol'],
0 commit comments