From: Raphaƫl Gertz Date: Fri, 10 Nov 2023 11:27:25 +0000 (+0100) Subject: Strict types X-Git-Tag: 0.3.0~11 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/9a5697bdce686f306f1cd66db74187df2a4c4e1d Strict types --- 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());