mralaminahamed/woocommerce-product-addons-stubs

WooCommerce Product Add-Ons function and class declaration stubs for static analysis.

dev-main 2024-05-14 14:02 UTC

This package is auto-updated.

Last update: 2024-05-14 14:03:51 UTC


README

Packagist stats Packagist Tweet Build Status

These stubs can help plugin and theme developers leverage IDE completion and static analysis tools like PHPStan.

Requirements

  • PHP >=7.1

Installation

Require this package as a development dependency with Composer.

composer require --dev mralaminahamed/woocommerce-product-addons-stubs

Alternatively you may download woocommerce-product-addons-stubs.php directly.

Usage in PHPStan

Include stubs in PHPStan configuration file.

parameters:
    bootstrapFiles:
        - vendor/mralaminahamed/woocommerce-product-addons-stubs/woocommerce-product-addons-constants-stubs.php
        - vendor/mralaminahamed/woocommerce-product-addons-stubs/woocommerce-product-addons-stubs.php