Skip to content

Commit

Permalink
Update StyleCI config (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Mar 31, 2023
1 parent ca6f0e4 commit 8f4b0cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
preset: psr12
risky: true

version: 8
version: 8.1

finder:
exclude:
Expand Down Expand Up @@ -56,7 +56,6 @@ enabled:
- phpdoc_order
- phpdoc_property
- phpdoc_scalar
- phpdoc_separation
- phpdoc_singular_inheritdoc
- phpdoc_trim
- phpdoc_trim_consecutive_blank_line_separation
Expand All @@ -81,3 +80,6 @@ enabled:
- empty_loop_body_braces
- integer_literal_case
- union_type_without_spaces

disabled:
- function_declaration

0 comments on commit 8f4b0cd

Please sign in to comment.