|
| 1 | +preset: psr2 |
| 2 | + |
| 3 | +risky: false |
| 4 | + |
| 5 | +disabled: |
| 6 | + |
| 7 | +enabled: |
| 8 | +# - align_double_arrow |
| 9 | +# - align_equals |
| 10 | + - binary_operator_spaces |
| 11 | +# - blank_line_after_namespace #psr2 |
| 12 | + - blank_line_after_opening_tag |
| 13 | + - blank_line_before_return |
| 14 | +# - braces #psr2 |
| 15 | + - cast_spaces |
| 16 | +# - class_definition #psr2 |
| 17 | + - concat_with_spaces |
| 18 | +# - concat_without_spaces |
| 19 | +# - declare_equal_normalize |
| 20 | +# - declare_strict_types |
| 21 | +# - dir_constant |
| 22 | +# - echo_to_print |
| 23 | +# - elseif #psr2 |
| 24 | +# - encoding #psr2 |
| 25 | +# - ereg_to_preg #risky |
| 26 | +# - full_opening_tag #psr2 |
| 27 | +# - function_declaration #psr2 |
| 28 | + - function_typehint_space |
| 29 | + - hash_to_slash_comment |
| 30 | + - heredoc_to_nowdoc |
| 31 | + - include |
| 32 | + - linebreak_after_opening_tag |
| 33 | +# - long_array_syntax |
| 34 | + - lowercase_cast |
| 35 | +# - lowercase_constants #psr2 |
| 36 | +# - lowercase_keywords #psr2 |
| 37 | +# - method_argument_space #psr2 |
| 38 | + - method_separation |
| 39 | +# - modernize_types_casting |
| 40 | + - native_function_casing |
| 41 | + - new_with_braces |
| 42 | +# - no_alias_functions |
| 43 | + - no_blank_lines_after_class_opening |
| 44 | + - no_blank_lines_after_phpdoc |
| 45 | + - no_blank_lines_after_return |
| 46 | + - no_blank_lines_after_throw |
| 47 | + - no_blank_lines_between_imports |
| 48 | + - no_blank_lines_between_traits |
| 49 | +# - no_blank_lines_before_namespace |
| 50 | +# - no_closing_tag #psr2 |
| 51 | + - no_empty_comment |
| 52 | + - no_empty_phpdoc |
| 53 | + - no_empty_statement |
| 54 | + - no_extra_consecutive_blank_lines |
| 55 | + - no_leading_import_slash |
| 56 | + - no_leading_namespace_whitespace |
| 57 | +# - no_multiline_whitespace_around_double_arrow |
| 58 | +# - no_multiline_whitespace_before_semicolons |
| 59 | +# - no_php4_constructor #risky |
| 60 | + - no_short_bool_cast |
| 61 | +# - no_short_echo_tag |
| 62 | + - no_singleline_whitespace_before_semicolons |
| 63 | +# - no_spaces_after_function_name #psr2 |
| 64 | + - no_spaces_inside_offset |
| 65 | +# - no_spaces_inside_parenthesis #psr2 |
| 66 | + - no_spaces_outside_offset |
| 67 | +# - no_tab_indentation #psr2 |
| 68 | + - no_trailing_comma_in_list_call |
| 69 | + - no_trailing_comma_in_singleline_array |
| 70 | +# - no_trailing_whitespace #psr2 |
| 71 | +# - no_trailing_whitespace_in_comment #psr2 |
| 72 | + - no_unneeded_control_parentheses |
| 73 | +# - no_unreachable_default_argument_value |
| 74 | + - no_unused_imports |
| 75 | +# - no_useless_else |
| 76 | + - no_useless_return |
| 77 | + - no_whitespace_before_comma_in_array |
| 78 | + - no_whitespace_in_blank_line |
| 79 | + - normalize_index_brace |
| 80 | +# - not_operator_with_space |
| 81 | +# - not_operator_with_successor_space |
| 82 | + - object_operator_without_whitespace |
| 83 | +# - ordered_class_elements |
| 84 | + - alpha_ordered_imports |
| 85 | +# - phpdoc_align |
| 86 | + - phpdoc_add_missing_param_annotation |
| 87 | + - phpdoc_indent |
| 88 | + - phpdoc_inline_tag |
| 89 | + - phpdoc_link_to_see |
| 90 | + - phpdoc_no_access |
| 91 | + - phpdoc_no_empty_return |
| 92 | + - phpdoc_no_package |
| 93 | + - phpdoc_order |
| 94 | + - phpdoc_property |
| 95 | + - phpdoc_scalar |
| 96 | + - phpdoc_separation |
| 97 | + - phpdoc_single_line_var_spacing |
| 98 | +# - phpdoc_summary |
| 99 | +# - phpdoc_to_comment |
| 100 | + - phpdoc_trim |
| 101 | + - phpdoc_type_to_var |
| 102 | + - phpdoc_types |
| 103 | +# - phpdoc_var_to_type |
| 104 | + - phpdoc_var_without_name |
| 105 | + - print_to_echo |
| 106 | + # - property_visibility_required #psr2 |
| 107 | +# - psr4 #psr2 |
| 108 | + - return_type_declaration |
| 109 | + - self_accessor |
| 110 | + - short_array_syntax |
| 111 | + - short_scalar_cast |
| 112 | +# - simplified_null_return |
| 113 | +# - single_blank_line_at_eof #psr2 |
| 114 | + - single_blank_line_before_namespace |
| 115 | +# - single_class_element_per_statement #psr2 |
| 116 | +# - single_import_per_statement #psr2 |
| 117 | +# - single_line_after_imports #psr2 |
| 118 | + - single_quote |
| 119 | + - space_after_semicolon |
| 120 | + - standardize_not_equals |
| 121 | +# - switch_case_semicolon_to_colon #psr2 |
| 122 | +# - switch_case_space #psr2 |
| 123 | + - ternary_operator_spaces |
| 124 | + - trailing_comma_in_multiline_array |
| 125 | + - trim_array_spaces |
| 126 | + - unalign_double_arrow |
| 127 | + - unalign_equals |
| 128 | + - unary_operator_spaces |
| 129 | +# - unix_line_endings #psr2 |
| 130 | +# - uppercase_constants |
| 131 | +# - visibility_required #psr2 |
| 132 | + - whitespace_after_comma_in_array |
0 commit comments