We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8084420 commit 34366b7Copy full SHA for 34366b7
.php-cs-fixer.php
@@ -94,6 +94,7 @@
94
'single_quote' => true,
95
'standardize_not_equals' => true,
96
'multiline_comment_opening_closing' => true,
97
+ 'single_line_empty_body' => false,
98
])
99
->setFinder(
100
PhpCsFixer\Finder::create()
0 commit comments