Skip to content

Commit 34366b7

Browse files
committed
Don't use single line for empty body.
1 parent 8084420 commit 34366b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
'single_quote' => true,
9595
'standardize_not_equals' => true,
9696
'multiline_comment_opening_closing' => true,
97+
'single_line_empty_body' => false,
9798
])
9899
->setFinder(
99100
PhpCsFixer\Finder::create()

0 commit comments

Comments
 (0)