[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
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

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'