X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/f06acce2c1058d581657163417952723ff6d71cd..9b9263c9eef897f1e6919ed88df1308c19d3081b:/Form/CaptchaType.php 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) {