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