Skip to content

polylang/polylang-wc-stubs

Repository files navigation

Polylang for WooCommerce Stubs

This package provides stub declarations for Polylang for WooCommerce. These stubs can help plugin and theme developers leverage static analysis tools like PHPStan.

Stubs are generated directly from the source using giacocorsiglia/stubs-generator.

Requirements

  • PHP >=7.1

Installation

Require this package as a development dependency with Composer.

composer require --dev wpsyntex/polylang-wc-stubs

Usage in PHPStan

Include the stubs in the PHPStan configuration file.

parameters:
  bootstrapFiles:
    - vendor/wpsyntex/polylang-wc-stubs/polylang-wc-stubs.php