Skip to content

Commit

Permalink
StyleCI fixes (#57)
Browse files Browse the repository at this point in the history
* Remove already enabled rules

* Disable colliding rules
  • Loading branch information
ShawnCZek authored Apr 26, 2024
1 parent 55a4c83 commit 4c6c8d5
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
Expand Up @@ -4,7 +4,7 @@ enabled:
- align_phpdoc
- alpha_ordered_imports
- array_indentation
- binary_operator_spaces
- binary_operator_exactly_one_space
- blank_line_before_return
- cast_spaces
- clean_namespace
Expand Down Expand Up @@ -69,6 +69,8 @@ enabled:
# - trailing_comma_in_multiline_definition - available only for PHP 8.0 and newer
- trim_array_spaces
- unalign_equals
- unary_operator_spaces
- union_type_without_spaces
- whitespace_after_comma_in_array

disabled:
- binary_operator_at_least_one_space

0 comments on commit 4c6c8d5

Please sign in to comment.