Skip to content

Commit 239a50a

Browse files
author
Andrey Helldar
authored
Update .styleci.yml
1 parent b636467 commit 239a50a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.styleci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
preset: psr12
22

3+
risky: true
4+
35
enabled:
46
- align_double_arrow
57
- align_equals
@@ -14,12 +16,9 @@ enabled:
1416
- cast_spaces
1517
- combine_consecutive_issets
1618
- const_separation
17-
- const_visibility_required
1819
- dir_constant
1920
- fully_qualified_strict_types
2021
- logical_operators
21-
- lowercase_cast
22-
- lowercase_static_reference
2322
- method_separation
2423
- no_alias_functions
2524
- no_blank_lines_after_phpdoc
@@ -56,17 +55,13 @@ enabled:
5655
- phpdoc_var_without_name
5756
- property_separation
5857
- self_accessor
59-
- self_static_accessor
6058
- short_array_syntax
6159
- short_list_syntax
62-
- short_scalar_cast
63-
- single_blank_line_before_namespace
6460
- single_line_class_definition
6561
- single_line_throw
6662
- single_quote
6763
- space_after_semicolon
6864
- standardize_not_equals
69-
- ternary_operator_spaces
7065
- ternary_to_null_coalescing
7166
- trailing_comma_in_multiline_array
7267
- trim_array_spaces

0 commit comments

Comments
 (0)