mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Enable constant_case
This commit is contained in:
parent
8ea319b746
commit
38a8cb2b21
@ -91,6 +91,7 @@ final class CodeIgniter4 extends AbstractRuleset
|
||||
],
|
||||
'compact_nullable_typehint' => true,
|
||||
'concat_space' => ['spacing' => 'one'],
|
||||
'constant_case' => ['case' => 'lower'],
|
||||
'function_to_constant' => true,
|
||||
'indentation_type' => true,
|
||||
'line_ending' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user