]> Raphaël G. Git Repositories - airbundle/blobdiff - Form/ContactType.php
Add strict types
[airbundle] / Form / ContactType.php
index adee52527b474972db00daf6d5f52d4bbffb6d9e..93951e968a8c42c724a90a974b2b683a70363a23 100644 (file)
@@ -1,4 +1,13 @@
-<?php
+<?php declare(strict_types=1);
+
+/*
+ * This file is part of the Rapsys AirBundle package.
+ *
+ * (c) Raphaël Gertz <symfony@rapsys.eu>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
 
 namespace Rapsys\AirBundle\Form;
 
@@ -13,6 +22,9 @@ use Symfony\Component\Form\Extension\Core\Type\SubmitType;
 use Symfony\Component\Validator\Constraints\Email;
 use Symfony\Component\Validator\Constraints\NotBlank;
 
+/**
+ * {@inheritdoc}
+ */
 class ContactType extends CaptchaType {
        /**
         * {@inheritdoc}