1
1
preset : symfony
2
2
3
3
enabled :
4
+ - alpha_ordered_imports
5
+ - combine_consecutive_issets
6
+ - combine_consecutive_unsets
7
+ - compact_nullable_typehint
8
+ - declare_strict_types
9
+ - dir_constant
10
+ - ereg_to_preg
11
+ - escape_implicit_backslashes
12
+ - explicit_indirect_variable
13
+ - explicit_string_variable
14
+ - fully_qualified_strict_types
15
+ - mb_str_functions
16
+ - modernize_types_casting
17
+ - multiline_comment_opening_closing
18
+ - no_alternative_syntax
19
+ - no_null_property_initialization
20
+ - no_php4_constructor
21
+ - no_short_echo_tag
22
+ - no_unneeded_curly_braces
23
+ - no_unneeded_final_method
24
+ - no_useless_else
25
+ - non_printable_character
26
+ - php_unit_mock
27
+ - php_unit_namespaced
28
+ - php_unit_set_up_tear_down_visibility
29
+ - random_api_migration
4
30
- short_array_syntax
31
+ - standardize_increment
32
+ - strict_comparison
33
+ - ternary_to_null_coalescing
5
34
6
35
disabled :
36
+ - blank_line_before_break
37
+ - blank_line_before_continue
38
+ - blank_line_before_declare
39
+ - blank_line_before_throw
40
+ - blank_line_before_try
7
41
- cast_spaces
8
42
- concat_without_spaces
43
+ - function_declaration
9
44
- no_blank_lines_after_phpdoc
10
45
- no_blank_lines_after_throw
11
46
- php_unit_fqcn_annotation
@@ -15,13 +50,13 @@ disabled:
15
50
- phpdoc_separation
16
51
- phpdoc_summary
17
52
- phpdoc_to_comment
18
- - phpdoc_type_to_var
19
53
- pre_increment
54
+ - self_accessor
20
55
- single_quote
21
56
- trailing_comma_in_multiline_array
22
57
- unalign_double_arrow
23
58
- unalign_equals
24
59
25
60
finder :
26
61
exclude :
27
- - " vendor "
62
+ - " src/system/RoutesModule "
0 commit comments