X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/5152c542b97a46c5c25a627748cacb46a43844f4..578d9c40c478fb956228ac45e8aa325bd8aecbb6:/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'])]])