mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
Fixed static analysis issues
This commit is contained in:
parent
172884ace8
commit
485b35fbd4
4 changed files with 21 additions and 14 deletions
|
@ -31,4 +31,9 @@ use Symfony\Component\Validator\Constraint;
|
|||
class NoLockout extends Constraint
|
||||
{
|
||||
public string $message = 'validator.noLockout';
|
||||
|
||||
public function getTargets(): string|array
|
||||
{
|
||||
return [self::CLASS_CONSTRAINT];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue