rey26/phpstan-rules
Composer 安装命令:
composer require --dev rey26/phpstan-rules
包简介
Reusable custom PHPStan rules for Rey26 projects.
README 文档
README
Reusable custom PHPStan rules for Rey26 projects.
Rules
| Rule | Node | Description |
|---|---|---|
EasyAdminActionExistsRule |
MethodCall |
Ensures action names passed to linkToCrudAction() refer to an existing public method on the current AbstractCrudController. |
TypeHintArrowFunctionsRule |
ArrowFunction |
Requires every arrow function parameter and its return value to declare an explicit type. |
Installation
composer require --dev rey26/phpstan-rules
Auto-registration
If the consuming project uses phpstan/extension-installer,
the rules are registered automatically via the extra.phpstan.includes entry in composer.json:
composer require --dev phpstan/extension-installer
Otherwise, include the config manually in your phpstan.neon:
includes: - vendor/rey26/phpstan-rules/phpstan.neon
Development
composer install vendor/bin/phpunit
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-12