From 7aa6c5a37309a0b063e58a258f28b2561204fed3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 10 Nov 2023 12:27:48 +0100 Subject: [PATCH] Strict types Add missing members --- Util/ImageUtil.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 * -- 2.41.0