-
Notifications
You must be signed in to change notification settings - Fork 13
/
.styleci.yml
39 lines (38 loc) · 1.05 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
preset: psr2
enabled:
- align_phpdoc
- align_double_arrow
- blank_line_before_return
- cast_spaces
- concat_with_spaces
- lowercase_static_reference
- method_separation
- new_with_braces
- no_blank_lines_after_class_opening
- no_blank_lines_after_phpdoc
- no_blank_lines_after_return
- no_blank_lines_between_imports
- no_blank_lines_between_traits
- no_empty_statement
- no_extra_consecutive_blank_lines
- no_leading_namespace_whitespace
- no_null_property_initialization
- no_unused_imports
- no_useless_else
- no_useless_return
- no_whitespace_before_comma_in_array
- no_whitespace_in_blank_line
- object_operator_without_whitespace
- ordered_class_elements
- phpdoc_link_to_see
- phpdoc_no_package
- phpdoc_order
- property_separation
- return_type_declaration
- short_array_syntax
- short_scalar_cast
- single_blank_line_before_namespace
- space_after_semicolon
- ternary_operator_spaces
- ternary_to_null_coalescing
- yoda_style