Patch the Captcha_builder.php for PHP8.2

This commit is contained in:
Alex Tselegidis 2024-01-06 11:41:43 +01:00
parent acafb0da48
commit b192b437e0
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ class Captcha_builder
* @var array
*/
protected $lineColor = null;
/**
* @var array
*/
protected $background = null;
/**
* @var array
*/