diff --git a/phpBB/phpbb/db/migration/data/v400/remove_broken_captcha.php b/phpBB/phpbb/db/migration/data/v400/remove_broken_captcha.php index 5e901a9193..1fb79f8f4b 100644 --- a/phpBB/phpbb/db/migration/data/v400/remove_broken_captcha.php +++ b/phpBB/phpbb/db/migration/data/v400/remove_broken_captcha.php @@ -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'