From: Raphaƫl Gertz Date: Tue, 26 Mar 2024 18:17:33 +0000 (+0100) Subject: Cleanup X-Git-Tag: 0.5.0~1 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/9b9263c9eef897f1e6919ed88df1308c19d3081b Cleanup --- 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) {