|
1 | | -php: |
2 | | - preset: recommended |
| 1 | +preset: recommended |
3 | 2 |
|
4 | | - enabled: |
5 | | - - dir_constant |
6 | | - - ereg_to_preg |
7 | | - - mb_str_functions |
8 | | - - no_short_echo_tag |
9 | | - - strict_comparison |
10 | | - - phpdoc_link_to_see |
11 | | - - no_php4_constructor |
12 | | - - declare_strict_types |
13 | | - - unalign_double_arrow |
14 | | - - length_ordered_imports |
15 | | - - modernize_types_casting |
16 | | - - return_type_declaration |
17 | | - - not_operator_with_successor_space |
| 3 | +enabled: |
| 4 | + - dir_constant |
| 5 | + - ereg_to_preg |
| 6 | + - no_useless_else |
| 7 | + - mb_str_functions |
| 8 | + - short_list_syntax |
| 9 | + - no_short_echo_tag |
| 10 | + - strict_comparison |
| 11 | + - phpdoc_link_to_see |
| 12 | + - property_separation |
| 13 | + - no_php4_constructor |
| 14 | + - php_unit_namespaced |
| 15 | + - random_api_migration |
| 16 | + - declare_strict_types |
| 17 | + - unalign_double_arrow |
| 18 | + - no_alternative_syntax |
| 19 | + - standardize_increment |
| 20 | + - length_ordered_imports |
| 21 | + - modernize_types_casting |
| 22 | + - non_printable_character |
| 23 | + - return_type_declaration |
| 24 | + - explicit_string_variable |
| 25 | + - no_unneeded_final_method |
| 26 | + - no_unneeded_curly_braces |
| 27 | + - blank_line_before_declare |
| 28 | + - compact_nullable_typehint |
| 29 | + - combine_consecutive_issets |
| 30 | + - combine_consecutive_unsets |
| 31 | + - explicit_indirect_variable |
| 32 | + - ternary_to_null_coalescing |
| 33 | + - escape_implicit_backslashes |
| 34 | + - fully_qualified_strict_types |
| 35 | + - phpdoc_return_self_reference |
| 36 | + - no_null_property_initialization |
| 37 | + - multiline_comment_opening_closing |
| 38 | + - not_operator_with_successor_space |
| 39 | + - phpdoc_add_missing_param_annotation |
| 40 | + - php_unit_set_up_tear_down_visibility |
18 | 41 |
|
19 | | - disabled: |
20 | | - - align_double_arrow |
21 | | - - alpha_ordered_imports |
22 | | - |
23 | | -js: |
24 | | - tab-width: 4 |
25 | | - print-width: 120 |
26 | | - |
27 | | -ts: |
28 | | - tab-width: 4 |
29 | | - print-width: 120 |
30 | | - |
31 | | -css: |
32 | | - tab-width: 4 |
33 | | - print-width: 120 |
| 42 | +disabled: |
| 43 | + - align_double_arrow |
| 44 | + - alpha_ordered_imports |
0 commit comments