mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Fixed phpstan issue
This commit is contained in:
parent
e032f6b33d
commit
a47f0ccc12
1 changed files with 2 additions and 2 deletions
|
@ -32,10 +32,10 @@ class ValidGoogleAuthCode extends Constraint
|
||||||
*/
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
array $options = null,
|
array $options = null,
|
||||||
string $message = null,
|
|
||||||
array $groups = null,
|
array $groups = null,
|
||||||
|
mixed $payload = null,
|
||||||
public ?TwoFactorInterface $user = null)
|
public ?TwoFactorInterface $user = null)
|
||||||
{
|
{
|
||||||
parent::__construct($options, $message, $groups);
|
parent::__construct($options, $groups, $payload);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue