File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This file is part of Hyperf.
66@link https://www.hyperf.io
77@document https://doc.hyperf.io
889- @license https://github.com/hyperf-cloud /hyperf/blob/master/LICENSE
9+ @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1010EOF;
1111
1212return PhpCsFixer \Config::create ()
@@ -62,11 +62,13 @@ return PhpCsFixer\Config::create()
6262 'multiline_whitespace_before_semicolons ' => [
6363 'strategy ' => 'no_multi_line ' ,
6464 ],
65+ 'constant_case ' => [
66+ 'case ' => 'lower ' ,
67+ ],
6568 'class_attributes_separation ' => true ,
6669 'combine_consecutive_unsets ' => true ,
6770 'declare_strict_types ' => true ,
6871 'linebreak_after_opening_tag ' => true ,
69- 'lowercase_constants ' => true ,
7072 'lowercase_static_reference ' => true ,
7173 'no_useless_else ' => true ,
7274 'no_unused_imports ' => true ,
You can’t perform that action at this time.
0 commit comments