pedro-mendonca/glotpress-stubs
最新稳定版本:4.0.3
Composer 安装命令:
composer require --dev pedro-mendonca/glotpress-stubs
包简介
GlotPress function and class declaration stubs for static analysis.
README 文档
README
GlotPress function and class declaration stubs for static analysis.
This package provides stub declarations for GlotPress functions, classes and interfaces.
These stubs can help plugin and theme developers leverage static analysis tools like PHPStan, which are unable to parse GlotPress as it is not clean OOP code.
Stubs are generated directly from the source using php-stubs/generator.
Requirements
- PHP ^7.3 or ^8.0
Installation
Require this package as a development dependency with Composer.
composer require --dev pedro-mendonca/glotpress-stubs
Alternatively you may download glotpress-stubs.php directly.
Usage in PHPStan
Include all stubs in PHPStan configuration file.
You can remove the # WordPress Stubs lines if you already use WordPress extensions for PHPStan.
parameters: scanFiles: # WordPress Stubs - %rootDir%/../../php-stubs/wordpress-stubs/wordpress-stubs.php # GlotPress Stubs - %rootDir%/../../pedro-mendonca/glotpress-stubs/glotpress-stubs.php
统计信息
- 总下载量: 11.81k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 未知