kimhf/woocommerce-stubs

Stubs for the WooCommerce WordPress plugin, used for static analysis.

v0.2 2019-10-26 17:17 UTC

This package is auto-updated.

Last update: 2024-04-27 03:37:33 UTC


README

WooCommerce Stubs is used to statically analyse codebases to ensure compatibility with the WooCommerce WordPress plugin.

Usage with Psalm

Update the Psalm config to include the stubs:

<stubs>
    <file name="vendor/kimhf/woocommerce-stubs/woocommerce-stubs.php" />
</stubs>