X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/0866c93b714ac3dae87a675749a7f3a9ef8eb882..9a5697bdce686f306f1cd66db74187df2a4c4e1d:/Form/CaptchaType.php diff --git a/Form/CaptchaType.php b/Form/CaptchaType.php index d479b47..da087c0 100644 --- a/Form/CaptchaType.php +++ b/Form/CaptchaType.php @@ -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());