@@ -4,73 +4,72 @@ risky: true
44version : 8
55
66enabled :
7- - alpha_ordered_traits
8- - array_indentation
9- - array_push
10- - combine_consecutive_issets
11- - combine_consecutive_unsets
12- - combine_nested_dirname
13- - declare_strict_types
14- - dir_constant
15- - final_static_access
16- - fully_qualified_strict_types
17- - function_to_constant
18- - hash_to_slash_comment
19- - is_null
20- - logical_operators
21- - magic_constant_casing
22- - magic_method_casing
23- - method_separation
24- - modernize_types_casting
25- - native_function_casing
26- - native_function_type_declaration_casing
27- - no_alias_functions
28- - no_empty_comment
29- - no_empty_phpdoc
30- - no_empty_statement
31- - no_extra_block_blank_lines
32- - no_short_bool_cast
33- - no_superfluous_elseif
34- - no_unneeded_control_parentheses
35- - no_unneeded_curly_braces
36- - no_unneeded_final_method
37- - no_unset_cast
38- - no_unused_imports
39- - no_unused_lambda_imports
40- - no_useless_else
41- - no_useless_return
42- - normalize_index_brace
43- - php_unit_dedicate_assert
44- - php_unit_dedicate_assert_internal_type
45- - php_unit_expectation
46- - php_unit_mock
47- - php_unit_mock_short_will_return
48- - php_unit_namespaced
49- - php_unit_no_expectation_annotation
50- - phpdoc_no_empty_return
51- - phpdoc_no_useless_inheritdoc
52- - phpdoc_order
53- - phpdoc_property
54- - phpdoc_scalar
55- - phpdoc_separation
56- - phpdoc_singular_inheritdoc
57- - phpdoc_trim
58- - phpdoc_trim_consecutive_blank_line_separation
59- - phpdoc_type_to_var
60- - phpdoc_types
61- - phpdoc_types_order
62- - print_to_echo
63- - regular_callable_call
64- - return_assignment
65- - self_accessor
66- - self_static_accessor
67- - set_type_to_cast
68- - short_array_syntax
69- - short_list_syntax
70- - simplified_if_return
71- - single_quote
72- - standardize_not_equals
73- - ternary_to_null_coalescing
74- - trailing_comma_in_multiline_array
75- - unalign_double_arrow
76- - unalign_equals
7+ - alpha_ordered_traits
8+ - array_indentation
9+ - array_push
10+ - combine_consecutive_issets
11+ - combine_consecutive_unsets
12+ - combine_nested_dirname
13+ - declare_strict_types
14+ - dir_constant
15+ - fully_qualified_strict_types
16+ - function_to_constant
17+ - hash_to_slash_comment
18+ - is_null
19+ - logical_operators
20+ - magic_constant_casing
21+ - magic_method_casing
22+ - method_separation
23+ - modernize_types_casting
24+ - native_function_casing
25+ - native_function_type_declaration_casing
26+ - no_alias_functions
27+ - no_empty_comment
28+ - no_empty_phpdoc
29+ - no_empty_statement
30+ - no_extra_block_blank_lines
31+ - no_short_bool_cast
32+ - no_superfluous_elseif
33+ - no_unneeded_control_parentheses
34+ - no_unneeded_curly_braces
35+ - no_unneeded_final_method
36+ - no_unset_cast
37+ - no_unused_imports
38+ - no_unused_lambda_imports
39+ - no_useless_else
40+ - no_useless_return
41+ - normalize_index_brace
42+ - php_unit_dedicate_assert
43+ - php_unit_dedicate_assert_internal_type
44+ - php_unit_expectation
45+ - php_unit_mock
46+ - php_unit_mock_short_will_return
47+ - php_unit_namespaced
48+ - php_unit_no_expectation_annotation
49+ - phpdoc_no_empty_return
50+ - phpdoc_no_useless_inheritdoc
51+ - phpdoc_order
52+ - phpdoc_property
53+ - phpdoc_scalar
54+ - phpdoc_separation
55+ - phpdoc_singular_inheritdoc
56+ - phpdoc_trim
57+ - phpdoc_trim_consecutive_blank_line_separation
58+ - phpdoc_type_to_var
59+ - phpdoc_types
60+ - phpdoc_types_order
61+ - print_to_echo
62+ - regular_callable_call
63+ - return_assignment
64+ - self_accessor
65+ - self_static_accessor
66+ - set_type_to_cast
67+ - short_array_syntax
68+ - short_list_syntax
69+ - simplified_if_return
70+ - single_quote
71+ - standardize_not_equals
72+ - ternary_to_null_coalescing
73+ - trailing_comma_in_multiline_array
74+ - unalign_double_arrow
75+ - unalign_equals
0 commit comments