X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/5152c542b97a46c5c25a627748cacb46a43844f4..652c1a809f2b5731d9ffb57da669d295bc38b8e4:/Form/ContactType.php

diff --git a/Form/ContactType.php b/Form/ContactType.php
index 8e5946e..bb0ee77 100644
--- a/Form/ContactType.php
+++ b/Form/ContactType.php
@@ -17,7 +17,7 @@ class ContactType extends CaptchaType {
 	/**
 	 * {@inheritdoc}
 	 */
-	public function buildForm(FormBuilderInterface $builder, array $options) {
+	public function buildForm(FormBuilderInterface $builder, array $options): void {
 		//Add fields
 		$builder
 			->add('name', TextType::class, ['attr' => ['placeholder' => 'Your name'], 'constraints' => [new NotBlank(['message' => 'Please provide your name'])]])