Fixed phpstan issues

This commit is contained in:
Jan Böhmer 2023-07-17 00:43:35 +02:00
parent afcbbe0f43
commit 3a8c5a788f
11 changed files with 25 additions and 124 deletions

View file

@ -47,7 +47,7 @@ class OAuthClientController extends AbstractController
return $this->clientRegistry
->getClient($name) // key used in config/packages/knpu_oauth2_client.yaml
->redirect();
->redirect([], []);
}
#[Route('/{name}/check', name: 'oauth_client_check')]