Skip to content

Commit

Permalink
Merge pull request #38 from philbates35/php-cs-fixer-phpcs-fix
Browse files Browse the repository at this point in the history
php-cs-fixer: Disable single_line_empty_body
  • Loading branch information
philbates35 committed Apr 15, 2024
2 parents 58feabf + ef741b8 commit aea75f2
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 aea75f2

Please sign in to comment.