1
0
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:
Andreas Möller
2022-07-15 13:50:13 +02:00
committed by GitHub
parent d8717d3ab6
commit d7e1b8159c
8 changed files with 58 additions and 57 deletions

View File

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