Skip to content

Commit

Permalink
php-cs-fixer: Disable single_line_empty_body
Browse files Browse the repository at this point in the history
This rule conflicts with phpcs which does the opposite of this
rule meaning its impossible to ever get them both to pass.
  • Loading branch information
philbates35 committed Apr 15, 2024
1 parent 58feabf commit ef741b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
'no_trailing_comma_in_singleline' => true,
// 'numeric_literal_separator' => true,
'psr_autoloading' => true,
'single_line_empty_body' => false,

// Casing
'class_reference_name_casing' => true,
Expand Down

0 comments on commit ef741b8

Please sign in to comment.