Rapsys Git
/
packbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
068e3ad
)
Cleanup
0.5.0
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 26 Mar 2024 18:17:33 +0000
(19:17 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 26 Mar 2024 18:17:33 +0000
(19:17 +0100)
Form/CaptchaType.php
patch
|
blob
|
history
diff --git
a/Form/CaptchaType.php
b/Form/CaptchaType.php
index 83f3b1be998bf14b404e1b0cc2cbc9a7df193f27..a2ecb878d1da3bd5e1ff9b0535a6bf028142328b 100644
(file)
--- 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) {