-
Notifications
You must be signed in to change notification settings - Fork 66
/
.styleci.yml
45 lines (42 loc) · 1022 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
41
42
43
44
45
preset: symfony
risky: true
enabled:
- alpha_ordered_imports
- combine_consecutive_issets
- combine_consecutive_unsets
- concat_with_spaces
- declare_strict_types
- explicit_indirect_variable
- explicit_string_variable
- mb_str_functions
- multiline_comment_opening_closing
- no_null_property_initialization
- no_php4_constructor
- no_useless_else
- php_unit_mock
- php_unit_namespaced
- php_unit_set_up_tear_down_visibility
- random_api_migration
- strict_comparison
- ternary_to_null_coalescing
disabled:
- concat_without_spaces
- function_declaration
- native_constant_invocation_symfony
- native_function_invocation_symfony
- no_blank_lines_after_phpdoc
- no_blank_lines_after_throw
- php_unit_fqcn_annotation
- phpdoc_align
- phpdoc_scalar
- phpdoc_separation
- phpdoc_summary
- phpdoc_to_comment
- pre_increment
- single_quote
- trailing_comma_in_multiline_array
- unalign_double_arrow
- unalign_equals
finder:
not-name:
- "bundles.php"