Skip to content

Commit

Permalink
Disable colliding StyleCI rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnCZek committed Apr 26, 2024
1 parent 6d9117e commit d9d9be4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .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 @@ -71,3 +71,6 @@ enabled:
- unalign_equals
- union_type_without_spaces
- whitespace_after_comma_in_array

disabled:
- binary_operator_at_least_one_space

0 comments on commit d9d9be4

Please sign in to comment.