php-stubs / woocommerce-stubs

WooCommerce function and class declaration stubs for static analysis
https://packagist.org/packages/php-stubs/woocommerce-stubs
MIT License
83 stars 10 forks source link

Interface `Automattic\WooCommerce\Blueprint\Exporters\StepExporter` not found #26

Closed Screenfeed closed 2 days ago

Screenfeed commented 2 days ago

Since v9.3.1 this is the error we get:

Error thrown in /xxx/vendor/php-stubs/woocommerce-stubs/woocommerce-stubs.php on line 72433
while loading bootstrap file /+++/vendor/php-stubs/woocommerce-stubs/woocommerce-stubs.php:
Interface "Automattic\WooCommerce\Blueprint\Exporters\StepExporter" not found
szepeviktor commented 2 days ago

Thank you for reporting. I try to find a way in the chaos of WooCommerce.

Screenfeed commented 2 days ago

Thank you, be the Force be with you.

szepeviktor commented 2 days ago

adding ->notPath('Admin/Features/Blueprint') which excludes JSON import/export from stubs

szepeviktor commented 2 days ago

there are only bad fixes: overwritten commit 3705959 and overwritten tag :(

szepeviktor commented 2 days ago

Thank you for reporting!