X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/6bdbe1c589d50c191e02149bdc078ce1a6b1ee38..6f3158f30f33264488887f5a0c8e271cb7d17747:/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';
 	}
 }