From: Raphaƫl Gertz Date: Fri, 10 Nov 2023 11:27:48 +0000 (+0100) Subject: Strict types X-Git-Tag: 0.3.0~10 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/7aa6c5a37309a0b063e58a258f28b2561204fed3 Strict types Add missing members --- diff --git a/Util/ImageUtil.php b/Util/ImageUtil.php index de1db0a..8e111b9 100644 --- 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 *