woocommerce / wc-smooth-generator

Smooth product, customer and order generation for WooCommerce
309 stars 49 forks source link

PHP 8.2 compatibility: creation of dynamic properties #133

Closed coreymckrill closed 4 months ago

coreymckrill commented 4 months ago
Deprecated: Creation of dynamic property WP_CLI\Dispatcher\CompositeCommand::$longdesc is deprecated in phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CompositeCommand.php on line 38
coreymckrill commented 4 months ago

Turns out this error is from WP-CLI itself, and it was fixed quite a while ago, but an old version was cached in Docker. Cleared the cache and now this error is gone.