mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12960] Add docblock for removed_captchas array
PHPBB3-12960
This commit is contained in:
parent
9d51ca3eb7
commit
7da461eac4
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ use phpbb\db\migration\migration;
|
||||||
|
|
||||||
class remove_broken_captcha extends 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',
|
||||||
'core.captcha.plugins.gd_wave',
|
'core.captcha.plugins.gd_wave',
|
||||||
'core.captcha.plugins.nogd'
|
'core.captcha.plugins.nogd'
|
||||||
|
|
Loading…
Add table
Reference in a new issue