Skip to content

Commit

Permalink
Don't use single line for empty body.
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Sep 8, 2023
1 parent 2d4b99d commit 967c1b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
'single_quote' => true,
'standardize_not_equals' => true,
'multiline_comment_opening_closing' => true,
'single_line_empty_body' => false,
])
->setFinder(
PhpCsFixer\Finder::create()
Expand Down

0 comments on commit 967c1b1

Please sign in to comment.