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

Commit 4cbec39

Browse files
committed
Update StyleCI options
1 parent 71f85ca commit 4cbec39

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.styleci.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,41 @@ preset: recommended
33
enabled:
44
- dir_constant
55
- ereg_to_preg
6+
- no_useless_else
67
- mb_str_functions
8+
- short_list_syntax
79
- no_short_echo_tag
810
- strict_comparison
911
- phpdoc_link_to_see
12+
- property_separation
1013
- no_php4_constructor
14+
- php_unit_namespaced
15+
- random_api_migration
1116
- declare_strict_types
1217
- unalign_double_arrow
18+
- no_alternative_syntax
19+
- standardize_increment
1320
- length_ordered_imports
1421
- modernize_types_casting
22+
- non_printable_character
1523
- return_type_declaration
24+
- explicit_string_variable
25+
- no_unneeded_final_method
26+
- no_unneeded_curly_braces
27+
- blank_line_before_declare
28+
- compact_nullable_typehint
29+
- combine_consecutive_issets
30+
- combine_consecutive_unsets
31+
- explicit_indirect_variable
32+
- ternary_to_null_coalescing
33+
- escape_implicit_backslashes
34+
- fully_qualified_strict_types
35+
- phpdoc_return_self_reference
36+
- no_null_property_initialization
37+
- multiline_comment_opening_closing
1638
- not_operator_with_successor_space
39+
- phpdoc_add_missing_param_annotation
40+
- php_unit_set_up_tear_down_visibility
1741

1842
disabled:
1943
- align_double_arrow

0 commit comments

Comments
 (0)