Skip to content

WPForms Lite function and class declaration stubs for static analysis.

License

Notifications You must be signed in to change notification settings

mralaminahamed/phpstan-wpforms-lite-stubs

Repository files navigation

WPForms Lite Stubs

Packagist stats Packagist Tweet Build Status

This package provides stub declarations for the WPForms Lite plugin functions, classes and interfaces. These stubs can help plugin and theme developers leverage IDE completion and static analysis tools like PHPStan.

The stubs are generated directly from the source using php-stubs/generator.

Requirements

  • PHP >=7.1

Installation

Require this package as a development dependency with Composer.

composer require --dev mralaminahamed/wpforms-lite-stubs

Alternatively you may download wpforms-stubs.stub directly.

Usage in PHPStan

Include stubs in PHPStan configuration file.

parameters:
    bootstrapFiles:
        - vendor/mralaminahamed/wpforms-lite-stubs/wpforms-constants-stubs.stub
        - vendor/mralaminahamed/wpforms-lite-stubs/wpforms-stubs.stub

About

WPForms Lite function and class declaration stubs for static analysis.

Resources

License

Stars

Watchers

Forks