We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9148265 commit 6cce98fCopy full SHA for 6cce98f
src/Unwanted.php
@@ -24,14 +24,17 @@ public static function isUnwanted(string $name): bool
24
'not_operator_with_space',
25
'not_operator_with_successor_space',
26
'octal_notation',
27
+ 'php_unit_attributes',
28
'php_unit_internal_class',
29
'php_unit_size_class',
30
'php_unit_strict',
31
'php_unit_test_class_requires_covers',
32
'phpdoc_summary',
33
'phpdoc_to_property_type',
34
+ 'phpdoc_to_return_type',
35
'single_line_comment_spacing',
36
'single_line_throw',
37
+ 'string_implicit_backslashes',
38
'strict_param',
39
'void_return',
40
'PhpCsFixerCustomFixers/constructor_empty_braces',
0 commit comments