mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 07:25:32 +01:00
Fixed phpstan issues
This commit is contained in:
@@ -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')]
|
||||
|
||||
Reference in New Issue
Block a user