Fixed small deprecations

This commit is contained in:
Jan Böhmer 2026-06-25 12:37:22 +02:00
parent b3895c1e91
commit cd87b59c15
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ class AttachmentTypeType extends AbstractType
return StructuralEntityType::class;
}
public function configureOptions(OptionsResolver $resolver)
public function configureOptions(OptionsResolver $resolver): void
{
$resolver->define('attachment_filter_class')->allowedTypes('null', 'string')->default(null);