mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-29 22:30:01 +02:00
Fixed some inspection issues
This commit is contained in:
parent
33475dca66
commit
42e604245c
85 changed files with 272 additions and 291 deletions
|
@ -33,8 +33,8 @@ class DecoratedGoogleAuthenticator implements GoogleAuthenticatorInterface
|
|||
|
||||
public function __construct(
|
||||
#[AutowireDecorated]
|
||||
private GoogleAuthenticatorInterface $inner,
|
||||
private RequestStack $requestStack)
|
||||
private readonly GoogleAuthenticatorInterface $inner,
|
||||
private readonly RequestStack $requestStack)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue