mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 04:36:32 +02:00
[ticket/12960] Add docblock for removed_captchas array
PHPBB3-12960
This commit is contained in:
@ -17,7 +17,8 @@ use phpbb\db\migration\migration;
|
||||
|
||||
class remove_broken_captcha extends migration
|
||||
{
|
||||
private $removed_captchas = [
|
||||
/** @var array List of broken captcha that have been removed */
|
||||
private array $removed_captchas = [
|
||||
'core.captcha.plugins.gd',
|
||||
'core.captcha.plugins.gd_wave',
|
||||
'core.captcha.plugins.nogd'
|
||||
|
Reference in New Issue
Block a user