-
Notifications
You must be signed in to change notification settings - Fork 14
/
.styleci.yml
53 lines (50 loc) · 1.11 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
preset: psr2
enabled:
- align_double_arrow
- align_equals
- concat_without_spaces
- double_arrow_multiline_whitespaces
- duplicate_semicolon
- empty_return
- extra_empty_lines
- include
- join_function
- multiline_array_trailing_comma
- new_with_braces
- no_blank_lines_after_class_opening
- no_blank_lines_before_namespace
- no_empty_lines_after_phpdocs
- object_operator
- operators_spaces
- ordered_use
- phpdoc_indent
- phpdoc_no_empty_return
- phpdoc_no_package
- phpdoc_params
- phpdoc_scalar
- phpdoc_separation
- phpdoc_short_description
- phpdoc_to_comment
- phpdoc_trim
- phpdoc_type_to_var
- phpdoc_var_without_name
- single_array_no_trailing_comma
- remove_leading_slash_use
- remove_lines_between_uses
- short_array_syntax
- single_quote
- spaces_cast
- standardize_not_equal
- ternary_spaces
- trim_array_spaces
- unused_use
- whitespacy_lines
disabled:
- psr0
excluded:
- extensions
- public
- resources
- spec
- tests
- server.php