|
@@ -65,7 +65,6 @@ final class RuleSet implements RuleSetInterface
|
|
|
'declare_equal_normalize' => true,
|
|
|
'function_typehint_space' => true,
|
|
|
'hash_to_slash_comment' => true,
|
|
|
- 'heredoc_to_nowdoc' => true,
|
|
|
'include' => true,
|
|
|
'lowercase_cast' => true,
|
|
|
'method_separation' => true,
|
|
@@ -95,7 +94,6 @@ final class RuleSet implements RuleSetInterface
|
|
|
'no_trailing_comma_in_list_call' => true,
|
|
|
'no_trailing_comma_in_singleline_array' => true,
|
|
|
'no_unneeded_control_parentheses' => true,
|
|
|
- 'no_unreachable_default_argument_value' => true,
|
|
|
'no_unused_imports' => true,
|
|
|
'no_whitespace_before_comma_in_array' => true,
|
|
|
'no_whitespace_in_blank_line' => true,
|