Skip to content

Commit 5c20172

Browse files
committed
Enhancement: Enable no_superfluous_elseif fixer
1 parent a7b8117 commit 5c20172

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
@@ -41,6 +41,7 @@
4141
'new_with_parentheses' => true,
4242
'no_extra_blank_lines' => true,
4343
'no_mixed_echo_print' => true,
44+
'no_superfluous_elseif' => true,
4445
'no_trailing_whitespace' => true,
4546
'ordered_class_elements' => true,
4647
'random_api_migration' => true,

0 commit comments

Comments
 (0)