Skip to content

Commit

Permalink
Fixes a deprecation warning with PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnoyingTechnology authored Mar 7, 2023
1 parent d30031a commit 3a45030
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Gregwar/Captcha/CaptchaBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ class CaptchaBuilder implements CaptchaBuilderInterface
* @var array
*/
protected $backgroundImages = array();

/**
* @var resource
*/
protected $background = null;

/**
* @var resource
Expand Down

0 comments on commit 3a45030

Please sign in to comment.