mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Enable constant_case fixer
Co-authored-by: MathiasReker <mathias@reker.dk> Closes GH-660.
This commit is contained in:
@@ -13,6 +13,7 @@ $finder = $config->getFinder()
|
||||
|
||||
$config->setRules([
|
||||
'array_indentation' => true,
|
||||
'constant_case' => true,
|
||||
'indentation_type' => true,
|
||||
'line_ending' => true,
|
||||
'no_extra_blank_lines' => true,
|
||||
|
||||
Reference in New Issue
Block a user