1 Star 1 Fork 0

Viper / thinksns-plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.php_cs.dist 448 Bytes
一键复制 编辑 原始数据 按行查看 历史
Seven Du 提交于 2017-08-14 12:00 . 增加本地 php cs fixer.
<?php
$header = <<<'EOF'
This file is part of ThinkSNS+.
This source file is subject to the Apache-2.0 license that is bundled
with this source code in the file LICENSE.
EOF;
$finder = PhpCsFixer\Finder::create()
->exclude('vendor')
->exclude('resources')
->exclude('storage')
->in(__DIR__)
;
$config = PhpCsFixer\Config::create()
->setRules([
'encoding' => true,
])
->setFinder($finder)
;
return $config;
PHP
1
https://gitee.com/vsery/thinksns-plus.git
git@gitee.com:vsery/thinksns-plus.git
vsery
thinksns-plus
thinksns-plus
master

搜索帮助