1 Star 0 Fork 17

微信小程序 / prol

forked from yndjs / prol 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.php_cs 360 Bytes
一键复制 编辑 原始数据 按行查看 历史
rhinooo 提交于 2018-11-06 10:16 . 单公众号版(新)迁移到git
<?php
$header = <<<'EOF'
代码格式化命令
php-cs-fixer fix ./web/source/utility/resource.ctrl.php
EOF;
$config = PhpCsFixer\Config::create()
->setIndent("\t")
->setLineEnding("\n")
->setRules([
'@Symfony' => true,
'braces'=> ['position_after_functions_and_oop_constructs' => 'same']
])
;
return $config;
PHP
1
https://gitee.com/sprouting_loan/prol.git
git@gitee.com:sprouting_loan/prol.git
sprouting_loan
prol
prol
master

搜索帮助