This package provides stub declarations for the WooCommerce Subscriptions plugin functions, classes and interfaces. These stubs can help plugin and theme developers leverage IDE completion and static analysis tools like PHPStan.
The stubs are generated directly from the source using php-stubs/generator.
- PHP >=7.4
Require this package as a development dependency with Composer.
composer require --dev php-stubs/woocommerce-subscriptions-stubsAlternatively you may download woocommerce-subscriptions-stubs.php directly.
Include stubs in PHPStan configuration file.
parameters:
bootstrapFiles:
- vendor/php-stubs/woocommerce-stubs/woocommerce-stubs.php
- vendor/php-stubs/woocommerce-subscriptions-stubs/woocommerce-subscriptions-stubs.phpPlease consider supporting this work.
Thank you!