Patch the Captcha_builder.php for PHP8.2
This commit is contained in:
parent
acafb0da48
commit
b192b437e0
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ class Captcha_builder
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $lineColor = null;
|
protected $lineColor = null;
|
||||||
|
/**
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
protected $background = null;
|
||||||
/**
|
/**
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue