Skip to content

Commit f6c828a

Browse files
authored
PHP 8.2 Deprecation: Fix creation of dynamic property. (#193)
1 parent 88c9f23 commit f6c828a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Search_Replace_Command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class Search_Replace_Command extends WP_CLI_Command {
3131
private $log_prefixes = array( '< ', '> ' );
3232
private $log_colors;
3333
private $log_encoding;
34+
private $start_time;
3435

3536
/**
3637
* Searches/replaces strings in the database.

0 commit comments

Comments
 (0)