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 9c719c4 + abad0dc commit 7b16bcfCopy full SHA for 7b16bcf
src/Config.php
@@ -57,6 +57,9 @@ public function getRules() : array {
57
'no_unused_imports' => true,
58
'nullable_type_declaration_for_default_null_value' => true,
59
'nullable_type_declaration' => ['syntax' => 'question_mark'],
60
+ 'operator_linebreak' => [
61
+ 'position' => 'beginning',
62
+ ],
63
'ordered_imports' => [
64
'imports_order' => ['class', 'function', 'const'],
65
'sort_algorithm' => 'alpha'
0 commit comments