|
@@ -108,7 +108,6 @@ final class RuleSet implements RuleSetInterface
|
|
|
'no_trailing_comma_in_singleline_array' => true,
|
|
|
'no_unneeded_control_parentheses' => true,
|
|
|
'no_unneeded_curly_braces' => ['namespaces' => true],
|
|
|
- 'no_unneeded_final_method' => true,
|
|
|
'no_unused_imports' => true,
|
|
|
'no_whitespace_before_comma_in_array' => true,
|
|
|
'no_whitespace_in_blank_line' => true,
|
|
@@ -206,6 +205,7 @@ final class RuleSet implements RuleSetInterface
|
|
|
],
|
|
|
'no_alias_functions' => true,
|
|
|
'no_homoglyph_names' => true,
|
|
|
+ 'no_unneeded_final_method' => true,
|
|
|
'non_printable_character' => true,
|
|
|
'php_unit_construct' => true,
|
|
|
'php_unit_mock_short_will_return' => true,
|