mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[master] Fix master phing sniff
This commit is contained in:
parent
bd7e95b8b8
commit
d5dab4def9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue