Skip to content

Commit 7369a82

Browse files
committed
Update .php_cs
1 parent d3c3344 commit 7369a82

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.php_cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file is part of Hyperf.
66
@link https://www.hyperf.io
77
@document https://doc.hyperf.io
88
9-
@license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
9+
@license https://github.com/hyperf/hyperf/blob/master/LICENSE
1010
EOF;
1111

1212
return 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,

0 commit comments

Comments
 (0)