Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 36d0f1d

Browse files
committed
Update .styleci.yml fixers
1 parent a0e18b2 commit 36d0f1d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.styleci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ enabled:
66
- ereg_to_preg
77
- no_useless_else
88
- mb_str_functions
9+
- set_type_to_cast
10+
- logical_operators
911
- short_list_syntax
1012
- no_short_echo_tag
1113
- strict_comparison
14+
- no_homoglyph_names
15+
- no_useless_sprintf
1216
- phpdoc_link_to_see
17+
- string_line_ending
1318
- property_separation
1419
- no_php4_constructor
1520
- php_unit_namespaced
@@ -22,6 +27,7 @@ enabled:
2227
- non_printable_character
2328
- explicit_string_variable
2429
- no_unneeded_final_method
30+
- ternary_to_elvis_operator
2531
- blank_line_before_declare
2632
- combine_consecutive_issets
2733
- combine_consecutive_unsets
@@ -30,8 +36,10 @@ enabled:
3036
- escape_implicit_backslashes
3137
- fully_qualified_strict_types
3238
- no_null_property_initialization
39+
- no_trailing_whitespace_in_string
3340
- multiline_comment_opening_closing
3441
- not_operator_with_successor_space
42+
- simple_to_complex_string_variable
3543
- phpdoc_add_missing_param_annotation
3644
- php_unit_set_up_tear_down_visibility
3745

0 commit comments

Comments
 (0)