From 7da461eac428d1681c75a4e9531e6f41f590b521 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 18 Apr 2024 22:16:36 +0200 Subject: [PATCH] [ticket/12960] Add docblock for removed_captchas array PHPBB3-12960 --- phpBB/phpbb/db/migration/data/v400/remove_broken_captcha.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'