Skip to content

Commit 8162210

Browse files
Update .styleci.yml
1 parent e56713c commit 8162210

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.styleci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
preset: symfony
22

3+
risky: true
4+
35
enabled:
46
- align_phpdoc
57
- alpha_ordered_imports
68
- array_indentation
79
- const_visibility_required
10+
- native_constant_invocation
11+
- native_function_invocation
812
- phpdoc_order
13+
- void_return
914

1015
disabled:
16+
- native_constant_invocation_symfony
17+
- native_function_invocation_symfony
1118
- no_superfluous_phpdoc_tags_symfony
1219
- phpdoc_to_comment
1320
- phpdoc_var_without_name

0 commit comments

Comments
 (0)