421 Star 2.3K Fork 518

GVPyansongda / easyPay

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.php-cs-fixer.php 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
yansongda 提交于 2024-02-01 18:23 . Release v3.6.0 (#932)
<?php
$finder = PhpCsFixer\Finder::create()
->in('src');
return (new PhpCsFixer\Config())
->setUsingCache(false)
->setRiskyAllowed(true)
->setRules([
'@PhpCsFixer' => true,
'declare_strict_types' => true,
'single_line_comment_style' => ['comment_types' => ['hash']],
'general_phpdoc_annotation_remove' => ['annotations' => ['author'], 'case_sensitive' => false],
'global_namespace_import' => [
'import_classes' => true,
'import_constants' => true,
'import_functions' => true,
],
'multiline_whitespace_before_semicolons' => ['strategy' => 'no_multi_line'],
])
->setFinder($finder);
PHP
1
https://gitee.com/yansongda/pay.git
git@gitee.com:yansongda/pay.git
yansongda
pay
easyPay
master

搜索帮助