Skip to content

polylang/the-events-calendar-stubs

Repository files navigation

The Events Calendar Stubs

This package provides stub declarations for The Events Calendar. 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/the-events-calendar-stubs

Usage in PHPStan

Include the stubs in the PHPStan configuration file.

parameters:
  bootstrapFiles:
    - vendor/wpsyntex/the-events-calendar-stubs/the-events-calendar-stubs.php