1 Star 0 Fork 5

programlife555 / Mautic

forked from Gitee 极速下载 / Mautic 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.php_cs 723 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
$finder = PhpCsFixer\Finder::create()
->in(__DIR__.'/app/bundles')
->in(__DIR__.'/app/config')
->in(__DIR__.'/app/middlewares')
->in(__DIR__.'/app/migrations')
->in(__DIR__.'/plugins')
->in(__DIR__.'/.github/workflows/mautic-asset-upload');
return PhpCsFixer\Config::create()
->setRules([
'@Symfony' => true,
'binary_operator_spaces' => [
'align_double_arrow' => true,
'align_equals' => true,
],
'phpdoc_to_comment' => false,
'ordered_imports' => true,
'array_syntax' => [
'syntax' => 'short',
],
'no_unused_imports' => false,
])
->setFinder($finder);
PHP
1
https://gitee.com/cyrs/Mautic.git
git@gitee.com:cyrs/Mautic.git
cyrs
Mautic
Mautic
features

搜索帮助