phpyh/coding-standard
最新稳定版本:3.0.1
Composer 安装命令:
composer require --dev phpyh/coding-standard
包简介
PHPyh Coding Standard For PHP CS Fixer
README 文档
README
Installation
composer require --dev phpyh/coding-standard
Usage with PHP CS Fixer
Update your .php-cs-fixer.dist.php:
<?php use PHPyh\CodingStandard\PhpCsFixerCodingStandard; $finder = PhpCsFixer\Finder::create() ->in(__DIR__.'/src') // ... ; $config = (new PhpCsFixer\Config()) ->setFinder($finder) // ... ; (new PhpCsFixerCodingStandard())->applyTo($config, [ // overriding rules ]); return $config;
统计信息
- 总下载量: 58.23k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 23
- 点击次数: 2
- 依赖项目数: 20
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-11