]> Raphaël G. Git Repositories - packbundle/commitdiff
Strict types
authorRaphaël Gertz <git@rapsys.eu>
Fri, 10 Nov 2023 11:27:48 +0000 (12:27 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Fri, 10 Nov 2023 11:27:48 +0000 (12:27 +0100)
Add missing members

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
         *