Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 866 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 866 Bytes

gravitywiz/phpstan-gwiz Packagist Version

A PHPStan extension for Gravity Forms and WooCommerce. It adds type aliases for Gravity Forms and WooCommerce. Additionally, there are other various config changes to ignore errors, etc.

Usage

Add to your Composer project that is already using PHPStan. This package is compatible with phpstan/extension-installer so nothing outside of composer require --dev "gravitywiz/phpstan" is needed.

If you're not using phpstan/extension-installer, the files can be added to your phpstan.neon file manually by adding them to includes like so:

parameters:
    includes:
        - ./vendor/gravitywiz/phpstan/gravityforms.neon
        - ./vendor/gravitywiz/phpstan/woocommerce.neon