]> Raphaël G. Git Repositories - packbundle/commitdiff
Cleanup
authorRaphaël Gertz <git@rapsys.eu>
Tue, 26 Mar 2024 18:17:33 +0000 (19:17 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 26 Mar 2024 18:17:33 +0000 (19:17 +0100)
Form/CaptchaType.php

index 83f3b1be998bf14b404e1b0cc2cbc9a7df193f27..a2ecb878d1da3bd5e1ff9b0535a6bf028142328b 100644 (file)
@@ -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) {