forked from TruckersMP/API-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.styleci.yml
74 lines (73 loc) · 1.95 KB
/
.styleci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
preset: psr12
enabled:
- align_phpdoc
- alpha_ordered_imports
- array_indentation
- binary_operator_spaces
- blank_line_before_return
- cast_spaces
- clean_namespace
- const_separation
- hash_to_slash_comment
- heredoc_to_nowdoc
- include
- integer_literal_case
- laravel_phpdoc_order
- laravel_phpdoc_separation
- linebreak_after_opening_tag
- method_separation
- multiline_comment_opening_closing
- no_alternative_syntax
- no_binary_string
- no_blank_lines_after_phpdoc
- no_blank_lines_after_return
- no_blank_lines_after_throw
- no_blank_lines_between_imports
- no_empty_phpdoc
- no_empty_statement
- no_extra_block_blank_lines
- no_extra_consecutive_blank_lines
- no_multiline_whitespace_around_double_arrow
- no_multiline_whitespace_before_semicolons
- no_short_bool_cast
- no_singleline_whitespace_before_semicolons
- no_spaces_inside_offset
- no_unset_cast
- no_unused_imports
- no_unused_lambda_imports
- no_useless_else
- no_useless_return
- no_whitespace_before_comma_in_array
- normalize_index_brace
- nullable_type_declarations
- object_operator_without_whitespace
- phpdoc_add_missing_param_annotation
- phpdoc_indent
- phpdoc_inline_tag_normalizer
- phpdoc_link_to_see
- phpdoc_no_access
- phpdoc_no_package
- phpdoc_no_useless_inheritdoc
- phpdoc_return_self_reference
- phpdoc_scalar
- phpdoc_single_line_var_spacing
- phpdoc_trim
- phpdoc_types
- phpdoc_types_null_last
- phpdoc_var_without_name
- post_increment
- print_to_echo
- short_array_syntax
- short_list_syntax
- simple_to_complex_string_variable
- single_quote
- space_after_semicolon
- standardize_not_equals
- switch_continue_to_break
- trailing_comma_in_multiline_array
# - trailing_comma_in_multiline_definition - available only for PHP 8.0 and newer
- trim_array_spaces
- unalign_equals
- unary_operator_spaces
- union_type_without_spaces
- whitespace_after_comma_in_array