feat(upgrade): add compliance with symfony 6.2

This commit is contained in:
Simon Vieille 2023-01-25 21:38:37 +01:00
parent 027b7df80e
commit f3f4417d7c
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -34,7 +34,7 @@ class CollectionType extends BaseCollectionType
]); ]);
} }
public function getBlockPrefix() public function getBlockPrefix(): string
{ {
return 'murph_collection'; return 'murph_collection';
} }