1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[master] Fix master phing sniff

This commit is contained in:
Marc Alexander
2022-12-11 14:31:50 +01:00
parent bd7e95b8b8
commit d5dab4def9

View File

@@ -33,7 +33,7 @@ class recaptcha_v3 extends captcha_abstract
const RECAPTCHA_CN = 'recaptcha.google.cn';
/** @var string[] List of supported domains */
static public $supported_domains = [
public static $supported_domains = [
self::GOOGLE,
self::RECAPTCHA,
self::RECAPTCHA_CN