Skip to content

Commit 05431b8

Browse files
committed
Disable operator_linebreak rule
1 parent 18a25ae commit 05431b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/PhpCsFixer/Config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ private function setCodeStyleRules(): void
4646
'native_function_invocation' => ['include' => ['@all']],
4747
'no_superfluous_phpdoc_tags' => false,
4848
'no_unset_on_property' => false,
49+
'operator_linebreak' => false,
4950
'ordered_imports' => ['imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'alpha'],
5051
'ordered_types' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'],
5152
'php_unit_data_provider_name' => false,

0 commit comments

Comments
 (0)