REDAXO 的 php-cs-fixer 配置
github.com/redaxo/php-cs-fixer-config
源代码
问题
安装次数: 64,021
依赖项: 7
建议者: 0
安全性: 0
星标: 9
关注者: 4
分支: 1
公开问题: 5
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 891dbadcf43070ac4099f24d5034b2073caccca6
static analysisstandardsfixerStatic code analysis
This package is auto-updated.
Last update: 2024-08-31 01:37:18 UTC
composer require --dev redaxo/php-cs-fixer-config
示例 .php-cs-fixer.dist.php
.php-cs-fixer.dist.php
<?php $finder = (new PhpCsFixer\Finder()) ->in(__DIR__) ; return (Redaxo\PhpCsFixerConfig\Config::redaxo5()) // or `::redaxo6()` ->setFinder($finder) ;