wpsyntex / wc-mix-and-match-products-stubs
WooCommerce Mix and Match Products 功能和类声明存根用于静态分析。
2.5
2023-11-16 11:11 UTC
Requires (Dev)
- php: ^7.3 || ^8.0
- composer/installers: ^2.2.0
- php-stubs/generator: ^0.8.4
README
此包提供了 WooCommerce Mix and Match Products 的存根声明。这些存根可以帮助插件和主题开发者利用像 PHPStan 这样的静态分析工具。
存根直接使用 php-stubs/generator 从源代码生成。
要求
- PHP >=7.3
安装
使用 Composer 将此包作为开发依赖项要求。
composer require --dev wpsyntex/wc-mix-and-match-products-stubs
在 PHPStan 中的使用
在 PHPStan 配置文件中包含存根。
parameters: bootstrapFiles: - vendor/wpsyntex/wc-mix-and-match-products-stubs/wc-mix-and-match-products-stubs.php