Skip to content

Commit e92390c

Browse files
Fix PHP 8.2 'Creation of dynamic property' warning (#360)
1 parent 31ebccb commit e92390c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WP_CLI/CommandWithUpgrade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
abstract class CommandWithUpgrade extends \WP_CLI_Command {
1515

16+
protected $fetcher;
1617
protected $item_type;
1718
protected $obj_fields;
1819

0 commit comments

Comments
 (0)