]> Raphaƫl G. Git Repositories - packbundle/blobdiff - Util/ImageUtil.php
Strict types
[packbundle] / Util / ImageUtil.php
index de1db0a3ad62d7441fe5b0cee75595a74bee988f..8e111b914d0723d4dd8a6232f6780d57d6a19ecc 100644 (file)
@@ -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
         *