From 9b9263c9eef897f1e6919ed88df1308c19d3081b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 26 Mar 2024 19:17:33 +0100 Subject: [PATCH] Cleanup --- Form/CaptchaType.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Form/CaptchaType.php b/Form/CaptchaType.php index 83f3b1b..a2ecb87 100644 --- a/Form/CaptchaType.php +++ b/Form/CaptchaType.php @@ -32,8 +32,8 @@ class CaptchaType extends AbstractType { /** * Constructor * - * @param ?ImageUtil $image - * @param ?SluggerUtil $slugger + * @param ?ImageUtil $image The image instance + * @param ?SluggerUtil $slugger The slugger instance * @param ?TranslatorInterface $translator The translator instance */ public function __construct(protected ?ImageUtil $image = null, protected ?SluggerUtil $slugger = null, protected ?TranslatorInterface $translator = null) { -- 2.41.0