grano22/code_quality_pack
Composer 安装命令:
composer require grano22/code_quality_pack
包简介
Code quality toolset to help better maintain your code
README 文档
README
This package contains useful rules to support best practises in your codebase.
Actual roles in the package:
- Grano22\CodeQualityPack\ReasonRequiredInDeprecationRule - Checks if any deprecated annotation has no reason.
Installation
You can install the package via composer:
composer require --dev grano22/code_quality_pack
Usage
📂 phpstan.dist.neon
services: - class: Grano22\CodeQualityPack\ReasonRequiredInDeprecationRule arguments: - @PHPStan\PhpDocParser\Lexer\Lexer - @PHPStan\PhpDocParser\Parser\TypeParser - @PHPStan\PhpDocParser\Parser\ConstExprParser tags: - phpstan.rules.rule
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2025-03-29