From a833095493fb33e072c17f5a3cd311d4b00d57e3 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 4 Apr 2023 14:17:33 -0700 Subject: [PATCH] Fix PHP 8.2 'Creation of dynamic property' warning --- src/WP_CLI/CommandWithUpgrade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WP_CLI/CommandWithUpgrade.php b/src/WP_CLI/CommandWithUpgrade.php index e4d77e117..237fa5d3e 100755 --- a/src/WP_CLI/CommandWithUpgrade.php +++ b/src/WP_CLI/CommandWithUpgrade.php @@ -13,6 +13,7 @@ abstract class CommandWithUpgrade extends \WP_CLI_Command { + protected $fetcher; protected $item_type; protected $obj_fields;