文件名称:php-cs-fixer-config:+为朋友提供配置工厂和多个规则集。
文件大小:50KB
文件格式:ZIP
更新时间:2024-03-07 09:45:02
template configuration php-cs-fixer PHP
php-cs-fixer-config 为提供一个配置工厂和多个规则集。 安装 跑 $ composer require --dev hks-systeme/php-cs-fixer-config 用法 配置 选择以下规则集之一: 在项目的根目录中创建一个配置文件.php_cs : <?php use HKS \ PhpCsFixer \ Config ; $ config = Config \ Factory :: fromRuleSet ( new Config \ RuleSet \ Php74 ()); $ config -> getFinder ()-> in (__DIR__); $ config -> setCacheFile (__DIR__ . '/.build/php-cs-fixer/php_cs.cache' ); return $ config ; 吉特 所
【文件预览】:
php-cs-fixer-config-main
----README.md(7KB)
----CHANGELOG.md(2KB)
----.yamllint.yaml(1KB)
----composer.lock(209KB)
----composer.json(2KB)
----src()
--------RuleSet.php(786B)
--------RuleSet()
--------Factory.php(1KB)
----LICENSE.md(1KB)