1 Star 0 Fork 0

bit212/mautic_2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.php_cs 664 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');
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);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bit212/mautic_2.git
[email protected]:bit212/mautic_2.git
bit212
mautic_2
mautic_2
staging

搜索帮助