X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/f6b5969a21df4fdaae5a5432a3f2127cdfc5de2a..2884b5c8b4514b0e1c0dd0449db2af5be32382b6:/Form/ContactType.php diff --git a/Form/ContactType.php b/Form/ContactType.php index bb0ee77..adee525 100644 --- a/Form/ContactType.php +++ b/Form/ContactType.php @@ -33,7 +33,7 @@ class ContactType extends CaptchaType { /** * {@inheritdoc} */ - public function configureOptions(OptionsResolver $resolver) { + public function configureOptions(OptionsResolver $resolver): void { //Set defaults $resolver->setDefaults(['error_bubbling' => true]); } @@ -41,7 +41,7 @@ class ContactType extends CaptchaType { /** * {@inheritdoc} */ - public function getName() { + public function getName(): string { return 'contact_form'; } }