forked from briannesbitt/Carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.styleci.yml
40 lines (39 loc) · 816 Bytes
/
.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
preset: psr2
enabled:
- concat_without_spaces
- ereg_to_preg
- extra_empty_lines
- long_array_syntax
- method_separation
- multiline_array_trailing_comma
- no_empty_lines_after_phpdocs
- operators_spaces
- ordered_use
- phpdoc_align
- phpdoc_indent
- phpdoc_inline_tag
- phpdoc_no_access
- phpdoc_no_package
- phpdoc_order
- phpdoc_scalar
- phpdoc_separation
- phpdoc_to_comment
- phpdoc_trim
- phpdoc_type_to_var
- phpdoc_types
- phpdoc_var_without_name
- return
- self_accessor
- short_bool_cast
- single_quote
- spaces_after_semicolon
- spaces_cast
- standardize_not_equal
- ternary_spaces
- trim_array_spaces
- unalign_double_arrow
- unalign_equals
- unary_operators_spaces
- unneeded_control_parentheses
- unused_use
- whitespacy_lines