Skip to content

Commit 240f8ae

Browse files
committed
Enhancement: Enable no_superfluous_elseif fixer
1 parent faf2e75 commit 240f8ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
'no_extra_blank_lines' => true,
4343
'no_mixed_echo_print' => true,
4444
'no_singleline_whitespace_before_semicolons' => true,
45+
'no_superfluous_elseif' => true,
4546
'no_trailing_whitespace' => true,
4647
'ordered_class_elements' => true,
4748
'random_api_migration' => true,

0 commit comments

Comments
 (0)