1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Enable no_superfluous_elseif fixer (#884)

This commit is contained in:
Andreas Möller
2023-12-07 15:21:04 +01:00
committed by GitHub
parent faf2e75920
commit ec908ce246
2 changed files with 4 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ $config
'no_extra_blank_lines' => true,
'no_mixed_echo_print' => true,
'no_singleline_whitespace_before_semicolons' => true,
'no_superfluous_elseif' => true,
'no_trailing_whitespace' => true,
'ordered_class_elements' => true,
'random_api_migration' => true,