Skip to content

Commit

Permalink
Disable single_line_empty_body
Browse files Browse the repository at this point in the history
This conflicts with phpcbf.
  • Loading branch information
TimWolla committed Sep 18, 2023
1 parent 18dddd3 commit 04c7dfe
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 @@ -7,6 +7,7 @@
->setRiskyAllowed(true)
->setRules([
'@PER-CS2.0' => true,
'single_line_empty_body' => false,

'array_push' => true,
'backtick_to_shell_exec' => true,
Expand Down

0 comments on commit 04c7dfe

Please sign in to comment.