1 Star 1 Fork 1

苦行 / swiftmailer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.php_cs.dist 484 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
return PhpCsFixer\Config::create()
->setRules(array(
'@Symfony' => true,
'@Symfony:risky' => true,
'array_syntax' => array('syntax' => 'long'),
'no_unreachable_default_argument_value' => false,
'braces' => array('allow_single_line_closure' => true),
'heredoc_to_nowdoc' => false,
'phpdoc_annotation_without_dot' => false,
))
->setRiskyAllowed(true)
->setFinder(PhpCsFixer\Finder::create()->in(__DIR__))
;
PHP
1
https://gitee.com/qingxiaofee/swiftmailer.git
git@gitee.com:qingxiaofee/swiftmailer.git
qingxiaofee
swiftmailer
swiftmailer
master

搜索帮助