1 Star 0 Fork 650

masing / 开源版微擎系统

forked from 微擎 / 开源版微擎系统
Closed
 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.php_cs 360 Bytes
Copy Edit Raw Blame History
<?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/masmaxin/pros.git
git@gitee.com:masmaxin/pros.git
masmaxin
pros
开源版微擎系统
master

Search