wpsyntex / wc-mix-and-match-products-stubs
WooCommerce Mix and Match Products function and class declaration stubs for static analysis.
Installs: 12 194
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires (Dev)
- php: ^7.3 || ^8.0
- composer/installers: ^2.2.0
- php-stubs/generator: ^0.8.4
README
This package provides stub declarations for WooCommerce Mix and Match Products. These stubs can help plugin and theme developers leverage static analysis tools like PHPStan.
Stubs are generated directly from the source using php-stubs/generator.
Requirements
- PHP >=7.3
Installation
Require this package as a development dependency with Composer.
composer require --dev wpsyntex/wc-mix-and-match-products-stubs
Usage in PHPStan
Include the stubs in the PHPStan configuration file.
parameters: bootstrapFiles: - vendor/wpsyntex/wc-mix-and-match-products-stubs/wc-mix-and-match-products-stubs.php