Skip to content

Commit

Permalink
PHP 8.2 Deprecation: Fix creation of dynamic property. (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean committed Jan 9, 2024
1 parent 88c9f23 commit f6c828a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Search_Replace_Command.php
Expand Up @@ -31,6 +31,7 @@ class Search_Replace_Command extends WP_CLI_Command {
private $log_prefixes = array( '< ', '> ' );
private $log_colors;
private $log_encoding;
private $start_time;

/**
* Searches/replaces strings in the database.
Expand Down

0 comments on commit f6c828a

Please sign in to comment.