|
1 |
| -php: |
2 |
| - preset: none |
3 |
| - risky: true |
4 |
| - version: 7 |
5 |
| - tab-width: 4 |
6 |
| - use-tabs: true |
7 |
| - enabled: |
8 |
| - - blank_line_after_namespace |
9 |
| - - blank_line_after_opening_tag |
10 |
| - - class_definition |
11 |
| - - compact_nullable_typehint |
12 |
| - - declare_equal_normalize |
13 |
| - - elseif |
14 |
| - - encoding |
15 |
| - - full_opening_tag |
16 |
| - - function_typehint_space |
17 |
| - - lowercase_constants |
18 |
| - - lowercase_keywords |
19 |
| - - method_argument_space_strict |
20 |
| - - method_visibility_required |
21 |
| - - new_with_braces |
22 |
| - - no_closing_tag |
23 |
| - - no_empty_statement |
24 |
| - - no_leading_import_slash |
25 |
| - - no_leading_namespace_whitespace |
26 |
| - - no_spaces_after_function_name |
27 |
| - - no_spaces_inside_parenthesis |
28 |
| - - no_trailing_whitespace |
29 |
| - - no_trailing_whitespace_in_comment |
30 |
| - - property_visibility_required |
31 |
| - - psr12_braces |
32 |
| - - psr4 |
33 |
| - - return_type_declaration |
34 |
| - - single_blank_line_at_eof |
35 |
| - - single_class_element_per_statement |
36 |
| - - single_import_per_statement |
37 |
| - - single_line_after_imports |
38 |
| - - single_trait_insert_per_statement |
39 |
| - - switch_case_semicolon_to_colon |
40 |
| - - switch_case_space |
41 |
| - - unix_line_endings |
42 |
| - - alpha_ordered_imports |
43 |
| - - array_indentation |
44 |
| - - binary_operator_spaces |
45 |
| - - cast_spaces |
46 |
| - - concat_without_spaces |
47 |
| - - lowercase_static_reference |
48 |
| - - magic_method_casing |
49 |
| - - native_function_type_declaration_casing |
50 |
| - - no_alias_functions |
51 |
| - - no_short_bool_cast |
52 |
| - - no_unused_imports |
53 |
| - - no_trailing_comma_in_list_call |
54 |
| - - dir_constant |
55 |
| - - ereg_to_preg |
56 |
| - - include |
57 |
| - - is_null |
58 |
| - - linebreak_after_opening_tag |
59 |
| - - lowercase_cast |
60 |
| - - magic_constant_casing |
61 |
| - - method_separation |
62 |
| - - modernize_types_casting |
63 |
| - - native_function_casing |
64 |
| - - no_blank_lines_after_class_opening |
65 |
| - - no_blank_lines_after_phpdoc |
66 |
| - - no_blank_lines_after_return |
67 |
| - - no_blank_lines_between_imports |
68 |
| - - no_blank_lines_between_traits |
69 |
| - - no_extra_block_blank_lines |
70 |
| - - no_extra_consecutive_blank_lines |
71 |
| - - no_multiline_whitespace_around_double_arrow |
72 |
| - - no_multiline_whitespace_before_semicolons |
73 |
| - - no_php4_constructor |
74 |
| - - no_singleline_whitespace_before_semicolons |
75 |
| - - no_spaces_inside_offset |
76 |
| - - no_spaces_outside_offset |
77 |
| - - no_trailing_comma_in_singleline_array |
78 |
| - - no_useless_else |
79 |
| - - no_useless_return |
80 |
| - - non_printable_character |
81 |
| - - normalize_index_brace |
82 |
| - - object_operator_without_whitespace |
83 |
| - - phpdoc_annotation_without_dot |
84 |
| - - phpdoc_indent |
85 |
| - - phpdoc_no_access |
86 |
| - - phpdoc_no_package |
87 |
| - - phpdoc_no_useless_inheritdoc |
88 |
| - - phpdoc_single_line_var_spacing |
89 |
| - - phpdoc_trim |
90 |
| - - phpdoc_type_to_var |
91 |
| - - phpdoc_types |
92 |
| - - semicolon_after_instruction |
93 |
| - - short_array_syntax |
94 |
| - - short_list_syntax |
95 |
| - - short_scalar_cast |
96 |
| - - single_blank_line_before_namespace |
97 |
| - - single_quote |
98 |
| - - standardize_not_equals |
99 |
| - - strict_comparison |
100 |
| - - ternary_operator_spaces |
101 |
| - - trailing_comma_in_multiline_array |
102 |
| - - whitespace_after_comma_in_array |
103 |
| - - trim_array_spaces |
104 |
| - - unalign_double_arrow |
105 |
| - - unalign_equals |
106 |
| - - unary_operator_spaces |
107 |
| - finder: |
108 |
| - name: |
109 |
| - - "*.php" |
110 |
| -js: false |
111 |
| -ts: false |
112 |
| -css: false |
113 |
| -py: false |
| 1 | +preset: none |
| 2 | +risky: true |
| 3 | +version: 7 |
| 4 | +tab-width: 4 |
| 5 | +use-tabs: true |
| 6 | +enabled: |
| 7 | + - blank_line_after_namespace |
| 8 | + - blank_line_after_opening_tag |
| 9 | + - class_definition |
| 10 | + - compact_nullable_typehint |
| 11 | + - declare_equal_normalize |
| 12 | + - elseif |
| 13 | + - encoding |
| 14 | + - full_opening_tag |
| 15 | + - function_typehint_space |
| 16 | + - lowercase_constants |
| 17 | + - lowercase_keywords |
| 18 | + - method_argument_space_strict |
| 19 | + - method_visibility_required |
| 20 | + - new_with_braces |
| 21 | + - no_closing_tag |
| 22 | + - no_empty_statement |
| 23 | + - no_leading_import_slash |
| 24 | + - no_leading_namespace_whitespace |
| 25 | + - no_spaces_after_function_name |
| 26 | + - no_spaces_inside_parenthesis |
| 27 | + - no_trailing_whitespace |
| 28 | + - no_trailing_whitespace_in_comment |
| 29 | + - property_visibility_required |
| 30 | + - psr12_braces |
| 31 | + - psr4 |
| 32 | + - return_type_declaration |
| 33 | + - single_blank_line_at_eof |
| 34 | + - single_class_element_per_statement |
| 35 | + - single_import_per_statement |
| 36 | + - single_line_after_imports |
| 37 | + - single_trait_insert_per_statement |
| 38 | + - switch_case_semicolon_to_colon |
| 39 | + - switch_case_space |
| 40 | + - unix_line_endings |
| 41 | + - alpha_ordered_imports |
| 42 | + - array_indentation |
| 43 | + - binary_operator_spaces |
| 44 | + - cast_spaces |
| 45 | + - concat_without_spaces |
| 46 | + - lowercase_static_reference |
| 47 | + - magic_method_casing |
| 48 | + - native_function_type_declaration_casing |
| 49 | + - no_alias_functions |
| 50 | + - no_short_bool_cast |
| 51 | + - no_unused_imports |
| 52 | + - no_trailing_comma_in_list_call |
| 53 | + - dir_constant |
| 54 | + - ereg_to_preg |
| 55 | + - include |
| 56 | + - is_null |
| 57 | + - linebreak_after_opening_tag |
| 58 | + - lowercase_cast |
| 59 | + - magic_constant_casing |
| 60 | + - method_separation |
| 61 | + - modernize_types_casting |
| 62 | + - native_function_casing |
| 63 | + - no_blank_lines_after_class_opening |
| 64 | + - no_blank_lines_after_phpdoc |
| 65 | + - no_blank_lines_after_return |
| 66 | + - no_blank_lines_between_imports |
| 67 | + - no_blank_lines_between_traits |
| 68 | + - no_extra_block_blank_lines |
| 69 | + - no_extra_consecutive_blank_lines |
| 70 | + - no_multiline_whitespace_around_double_arrow |
| 71 | + - no_multiline_whitespace_before_semicolons |
| 72 | + - no_php4_constructor |
| 73 | + - no_singleline_whitespace_before_semicolons |
| 74 | + - no_spaces_inside_offset |
| 75 | + - no_spaces_outside_offset |
| 76 | + - no_trailing_comma_in_singleline_array |
| 77 | + - no_useless_else |
| 78 | + - no_useless_return |
| 79 | + - non_printable_character |
| 80 | + - normalize_index_brace |
| 81 | + - object_operator_without_whitespace |
| 82 | + - phpdoc_annotation_without_dot |
| 83 | + - phpdoc_indent |
| 84 | + - phpdoc_no_access |
| 85 | + - phpdoc_no_package |
| 86 | + - phpdoc_no_useless_inheritdoc |
| 87 | + - phpdoc_single_line_var_spacing |
| 88 | + - phpdoc_trim |
| 89 | + - phpdoc_type_to_var |
| 90 | + - phpdoc_types |
| 91 | + - semicolon_after_instruction |
| 92 | + - short_array_syntax |
| 93 | + - short_list_syntax |
| 94 | + - short_scalar_cast |
| 95 | + - single_blank_line_before_namespace |
| 96 | + - single_quote |
| 97 | + - standardize_not_equals |
| 98 | + - strict_comparison |
| 99 | + - ternary_operator_spaces |
| 100 | + - trailing_comma_in_multiline_array |
| 101 | + - whitespace_after_comma_in_array |
| 102 | + - trim_array_spaces |
| 103 | + - unalign_double_arrow |
| 104 | + - unalign_equals |
| 105 | + - unary_operator_spaces |
| 106 | +finder: |
| 107 | + name: |
| 108 | + - "*.php" |
0 commit comments