mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-23 11:08:32 +02:00
Use typed properties
This commit is contained in:
parent
548ec2ea50
commit
51e05a8669
216 changed files with 603 additions and 698 deletions
|
@ -56,7 +56,7 @@ use function strlen;
|
|||
|
||||
class ValidGoogleAuthCodeValidator extends ConstraintValidator
|
||||
{
|
||||
protected $googleAuthenticator;
|
||||
protected GoogleAuthenticatorInterface $googleAuthenticator;
|
||||
|
||||
public function __construct(GoogleAuthenticatorInterface $googleAuthenticator)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue