Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 870 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 870 Bytes

Polylang Stubs

This package provides stub declarations for Polylang and Polylang Pro. These stubs can help plugin and theme developers leverage static analysis tools like PHPStan.

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

Requirements

  • PHP >=7.3

Installation

Require this package as a development dependency with Composer.

composer require --dev wpsyntex/polylang-stubs

Usage in PHPStan

Include the stubs in the PHPStan configuration file.

parameters:
  bootstrapFiles:
    - vendor/wpsyntex/polylang-stubs/polylang-stubs.php

It's also recommended to use the Polylang PHPStan extension wpsyntex/polylang-phpstan