Skip to content

Commit

Permalink
Map new rules from 3.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Feb 6, 2024
1 parent c5aeeb5 commit 61edee9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/RulesMaintenance/RulesList.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public static function getToBeDiscussedRules(): array
'php_unit_test_case_static_method_calls',
'self_static_accessor',
'single_line_comment_style',
'string_implicit_backslashes',
];
}

Expand Down Expand Up @@ -101,6 +102,7 @@ public static function getUndesirableRules(): array
'php_unit_test_class_requires_covers',
'phpdoc_add_missing_param_annotation',
'phpdoc_line_span',
'phpdoc_list_type',
'phpdoc_order_by_value',
'phpdoc_to_comment', // disabled in 0.5.3
'phpdoc_types_order',
Expand Down

0 comments on commit 61edee9

Please sign in to comment.