polylang / wp-all-import-pro-stubs

WP All Import Pro Stubs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WP All Import Pro Stubs

This package provides stub declarations for WP All Import Pro. 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/wp-all-import-pro-stubs

Usage in PHPStan

Include the stubs in the PHPStan configuration file.

parameters:
  bootstrapFiles:
    - vendor/wpsyntex/wp-all-import-pro-stubs/wp-all-import-pro-stubs.php

About

WP All Import Pro Stubs

License:GNU General Public License v3.0


Languages

Language:PHP 99.9%Language:Shell 0.1%