Skip to content

Commit 794c505

Browse files
committed
Update styleci fixers
1 parent 996607e commit 794c505

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.styleci.yml

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
preset: recommended
2-
risky: false
3-
linting: true
42

53
enabled:
6-
- not_operator_with_successor_space
4+
- dir_constant
5+
- ereg_to_preg
6+
- mb_str_functions
77
- no_short_echo_tag
8+
- strict_comparison
9+
- phpdoc_link_to_see
10+
- no_php4_constructor
811
- unalign_double_arrow
12+
- length_ordered_imports
13+
- modernize_types_casting
14+
- return_type_declaration
15+
- no_extra_block_blank_lines
16+
- not_operator_with_successor_space
917

1018
disabled:
11-
- ordered_imports
12-
- phpdoc_no_package
1319
- align_double_arrow
20+
- alpha_ordered_imports

0 commit comments

Comments
 (0)