1
0
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:
Marc Alexander
2024-04-18 22:16:36 +02:00
parent 9d51ca3eb7
commit 7da461eac4

View File

@ -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'