feat(upgrade): add compliance with symfony 6.2

This commit is contained in:
Simon Vieille 2023-01-25 21:39:37 +01:00
parent f3f4417d7c
commit 01622180be
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ class FilePickerType extends AbstractType
/**
* {@inheritdoc}
*/
public function getBlockPrefix()
public function getBlockPrefix(): string
{
return 'file_picker';
}

View file

@ -23,7 +23,7 @@ class GrapesJsType extends TextareaType
/**
* {@inheritdoc}
*/
public function getBlockPrefix()
public function getBlockPrefix(): string
{
return 'grapesjs';
}