pmarki/phpstan-rules
Composer 安装命令:
composer require --dev pmarki/phpstan-rules
包简介
Set of additional PHPStan rules
关键字:
README 文档
README
Set of additional PHPStan rules
For legacy codebase
- check if property and constant shouldn't be set as protected (when is not inherited or class is not abstract)
- check if property name starts with underscore
- check if constant name is uppercase
PHPMD rules
- check for boolean argument flag
- maximum number of parameters (default 10)
Installation
Run composer require --dev pmarki/phpstan-rules
Edit your phpstan configuration file and add
includes:
- vendor/pmarki/phpstan-rules/extension.neon
Additional configuration:
parameters:
pmarki:
excessiveParameterListRule:
maxNumberOfParameters: 10
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-15