You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"PHP message: PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in vendor/gregwar/captcha/CaptchaBuilder.php:333"
The calling code is just this:
$builder = new CaptchaBuilder;
$builder->build();
PHP version 8.0.13
The text was updated successfully, but these errors were encountered:
I am getting this:
"PHP message: PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in vendor/gregwar/captcha/CaptchaBuilder.php:333"
The calling code is just this:
PHP version 8.0.13
The text was updated successfully, but these errors were encountered: