Skip to content

Commit 6cce98f

Browse files
committed
Add fixers for backward compatibility
1 parent 9148265 commit 6cce98f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Unwanted.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@ public static function isUnwanted(string $name): bool
2424
'not_operator_with_space',
2525
'not_operator_with_successor_space',
2626
'octal_notation',
27+
'php_unit_attributes',
2728
'php_unit_internal_class',
2829
'php_unit_size_class',
2930
'php_unit_strict',
3031
'php_unit_test_class_requires_covers',
3132
'phpdoc_summary',
3233
'phpdoc_to_property_type',
34+
'phpdoc_to_return_type',
3335
'single_line_comment_spacing',
3436
'single_line_throw',
37+
'string_implicit_backslashes',
3538
'strict_param',
3639
'void_return',
3740
'PhpCsFixerCustomFixers/constructor_empty_braces',

0 commit comments

Comments
 (0)