]> Raphaƫl G. Git Repositories - packbundle/blobdiff - Form/CaptchaType.php
Strict types
[packbundle] / Form / CaptchaType.php
index d479b47371abc41909abb8aedc5197fcfd2daffd..da087c081cf6b248104a37dfd2fbab50fcc71c17 100644 (file)
@@ -67,7 +67,7 @@ class CaptchaType extends AbstractType {
         *
         * {@inheritdoc}
         */
-       public function buildForm(FormBuilderInterface $builder, array $options) {
+       public function buildForm(FormBuilderInterface $builder, array $options): void {
                //Set captcha
                $captcha = $this->image->getCaptcha((new \DateTime('-1 year'))->getTimestamp());