Rapsys Git
/
packbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a5697b
)
Strict types
author
Raphaël Gertz
<git@rapsys.eu>
Fri, 10 Nov 2023 11:27:48 +0000
(12:27 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Fri, 10 Nov 2023 11:27:48 +0000
(12:27 +0100)
Add missing members
Util/ImageUtil.php
patch
|
blob
|
history
diff --git
a/Util/ImageUtil.php
b/Util/ImageUtil.php
index de1db0a3ad62d7441fe5b0cee75595a74bee988f..8e111b914d0723d4dd8a6232f6780d57d6a19ecc 100644
(file)
--- a/
Util/ImageUtil.php
+++ b/
Util/ImageUtil.php
@@
-84,6
+84,21
@@
class ImageUtil {
*/
protected SluggerUtil $slugger;
+ //Captcha background
+ protected string $captchaBackground;
+
+ //Captcha fill
+ protected string $captchaFill;
+
+ //Captcha font size
+ protected int $captchaFontSize;
+
+ //Captcha stroke
+ protected string $captchaStroke;
+
+ //Captcha stroke width
+ protected int $captchaStrokeWidth;
+
/**
* Creates a new image util
*