mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-16 06:11:28 +00:00
Apply new rector rules regarding to PHP version to 8.4
This commit is contained in:
@@ -27,11 +27,13 @@ final class AsyncFileExists extends Constraint
|
||||
}
|
||||
}
|
||||
|
||||
#[\Override]
|
||||
public function validatedBy(): string
|
||||
{
|
||||
return AsyncFileExistsValidator::class;
|
||||
}
|
||||
|
||||
#[\Override]
|
||||
public function getTargets(): string|array
|
||||
{
|
||||
return [Constraint::CLASS_CONSTRAINT, Constraint::PROPERTY_CONSTRAINT];
|
||||
|
||||
Reference in New Issue
Block a user