Removed remaining annotations

This commit is contained in:
Jan Böhmer 2023-06-11 19:42:02 +02:00
parent 930adaf439
commit 3d7cf8f7f3
4 changed files with 5 additions and 13 deletions

View file

@ -24,9 +24,6 @@ namespace App\Validator\Constraints;
use Symfony\Component\Validator\Constraint;
/**
* @Annotation
*/
#[\Attribute(\Attribute::TARGET_PROPERTY)]
class ValidFileFilter extends Constraint
{