Enable constant_case

This commit is contained in:
John Paul E. Balandan, CPA 2021-06-11 01:32:25 +08:00
parent 8ea319b746
commit 38a8cb2b21
No known key found for this signature in database
GPG Key ID: FB7B51499BC27610

View File

@ -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,