mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-24 09:05:34 +08:00
update php cs fixer
This commit is contained in:
@@ -65,7 +65,7 @@ return (new PhpCsFixer\Config())
|
|||||||
'standardize_not_equals' => true,
|
'standardize_not_equals' => true,
|
||||||
'multiline_comment_opening_closing' => true,
|
'multiline_comment_opening_closing' => true,
|
||||||
'phpdoc_summary' => false,
|
'phpdoc_summary' => false,
|
||||||
'class_reference_name_casing' => false,
|
'single_line_comment_spacing' => false,
|
||||||
])
|
])
|
||||||
->setFinder(
|
->setFinder(
|
||||||
PhpCsFixer\Finder::create()
|
PhpCsFixer\Finder::create()
|
||||||
|
|||||||
Reference in New Issue
Block a user