Skip to content

Commit

Permalink
Fix conflicts with PHPCS.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 3, 2019
1 parent 6bfdf73 commit 47b3a7e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/php/phpcsfixer.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ parameters:
- square_brace_block
- switch
- throw
- use
- use_trait
no_extra_consecutive_blank_lines: false
no_homoglyph_names: true
Expand Down Expand Up @@ -202,7 +201,12 @@ parameters:
- method_private
sortAlgorithm: alpha
# Differs from PSR12 but includes it.
ordered_imports: true
ordered_imports:
imports_order:
- class
- const
- function
sort_algorithm: alpha
ordered_interfaces: true
php_unit_construct: true
php_unit_dedicate_assert: true
Expand Down

0 comments on commit 47b3a7e

Please sign in to comment.