mralaminahamed/woocommerce-subscriptions-stubs

WooCommerce Subscriptons function and class declaration stubs for static analysis.

dev-main 2024-05-14 13:43 UTC

This package is auto-updated.

Last update: 2024-05-14 14:05:04 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/mmerce-subscriptions-stubs

Alternatively you may download mmerce-subscriptions-stubs.php directly.

Usage in PHPStan

Include stubs in PHPStan configuration file.

parameters:
    bootstrapFiles:
        - vendor/mralaminahamed/mmerce-subscriptions-stubs/mmerce-subscriptions-constants-stubs.php
        - vendor/mralaminahamed/mmerce-subscriptions-stubs/mmerce-subscriptions-stubs.php