From 7494296837850ea664aa29131b63c422bbeb4f97 Mon Sep 17 00:00:00 2001 From: Rolly Bueno Date: Wed, 15 Oct 2025 11:00:39 +0800 Subject: [PATCH 1/2] Fix: Invalid doc tag --- src/Config_Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config_Command.php b/src/Config_Command.php index 5b76aba0..fe75ce70 100644 --- a/src/Config_Command.php +++ b/src/Config_Command.php @@ -73,7 +73,7 @@ class Config_Command extends WP_CLI_Command { /** * List of default constants that are generated by WordPress Core. * - * @string + * @var array */ const DEFAULT_SALT_CONSTANTS = [ 'AUTH_KEY', From 7f529035b6f52e2dca05d4ae408bdfcfb7853615 Mon Sep 17 00:00:00 2001 From: "Rolly G. Bueno Jr." <16076280+rollybueno@users.noreply.github.com> Date: Wed, 15 Oct 2025 14:18:18 +0800 Subject: [PATCH 2/2] Update src/Config_Command.php Co-authored-by: Pascal Birchler --- src/Config_Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config_Command.php b/src/Config_Command.php index fe75ce70..9d02c065 100644 --- a/src/Config_Command.php +++ b/src/Config_Command.php @@ -73,7 +73,7 @@ class Config_Command extends WP_CLI_Command { /** * List of default constants that are generated by WordPress Core. * - * @var array + * @var string[] */ const DEFAULT_SALT_CONSTANTS = [ 'AUTH_KEY',