mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 04:19:43 +00:00
Remove no longer used annotation use statements and replace with attribute use statements
This commit is contained in:
@@ -60,7 +60,7 @@ class CustomFieldText extends AbstractCustomField
|
||||
]);
|
||||
}
|
||||
|
||||
public function buildOptionsForm(FormBuilderInterface $builder): \Symfony\Component\Form\FormBuilderInterface
|
||||
public function buildOptionsForm(FormBuilderInterface $builder): FormBuilderInterface
|
||||
{
|
||||
return $builder
|
||||
->add(self::MAX_LENGTH, IntegerType::class, ['empty_data' => 256])
|
||||
|
Reference in New Issue
Block a user