mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[master] Fix master phing sniff
This commit is contained in:
@@ -33,7 +33,7 @@ class recaptcha_v3 extends captcha_abstract
|
|||||||
const RECAPTCHA_CN = 'recaptcha.google.cn';
|
const RECAPTCHA_CN = 'recaptcha.google.cn';
|
||||||
|
|
||||||
/** @var string[] List of supported domains */
|
/** @var string[] List of supported domains */
|
||||||
static public $supported_domains = [
|
public static $supported_domains = [
|
||||||
self::GOOGLE,
|
self::GOOGLE,
|
||||||
self::RECAPTCHA,
|
self::RECAPTCHA,
|
||||||
self::RECAPTCHA_CN
|
self::RECAPTCHA_CN
|
||||||
|
Reference in New Issue
Block a user