wp-cli / search-replace-command

Searches/replaces strings in the database.
MIT License
57 stars 45 forks source link

PHP 8.2 Deprecation: Fix creation of dynamic property. #193

Closed Soean closed 6 months ago

Soean commented 6 months ago

If I use the search-replace command wp search-replace 'aaa' 'bbb' wp_users --format=table --verbose --dry-run with WP CLI 2.9.0 and PHP 8.2.14, I get the warning:

Deprecated: Creation of dynamic property Search_Replace_Command::$start_time is deprecated in /vendor/wp-cli/search-replace-command/src/Search_Replace_Command.php on line 381

This PR fixes the warning.