This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,41 @@ preset: recommended
3
3
enabled :
4
4
- dir_constant
5
5
- ereg_to_preg
6
+ - no_useless_else
6
7
- mb_str_functions
8
+ - short_list_syntax
7
9
- no_short_echo_tag
8
10
- strict_comparison
9
11
- phpdoc_link_to_see
12
+ - property_separation
10
13
- no_php4_constructor
14
+ - php_unit_namespaced
15
+ - random_api_migration
11
16
- declare_strict_types
12
17
- unalign_double_arrow
18
+ - no_alternative_syntax
19
+ - standardize_increment
13
20
- length_ordered_imports
14
21
- modernize_types_casting
22
+ - non_printable_character
15
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
16
38
- not_operator_with_successor_space
39
+ - phpdoc_add_missing_param_annotation
40
+ - php_unit_set_up_tear_down_visibility
17
41
18
42
disabled :
19
43
- align_double_arrow
You can’t perform that action at this time.
0 commit comments