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.
2 parents 3cd5ddc + 8abc421 commit ee9d5d1Copy full SHA for ee9d5d1
src/PhpCsFixerConfig.php
@@ -16,6 +16,7 @@ public function __construct()
16
$this->setRules([
17
'@PSR12' => true,
18
'array_syntax' => ['syntax' => 'short'],
19
+ 'blank_line_before_statement' => ['statements' => ['return']],
20
'braces_position' => [
21
'allow_single_line_anonymous_functions' => false,
22
'allow_single_line_empty_anonymous_classes' => false,
0 commit comments