diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 9ba1be459..4276289b2 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -18,6 +18,7 @@ 'binary_operator_spaces' => [ 'default' => 'single_space' ], + 'yoda_style' => false, 'blank_line_after_namespace' => true, 'blank_line_after_opening_tag' => true, 'blank_line_before_statement' => [ @@ -25,7 +26,7 @@ ], 'cast_spaces' => ['space' => 'none'], 'class_attributes_separation' => [ - 'elements' => ['const' => 'one', 'method' => 'one', 'property' => 'one'] + 'elements' => ['method' => 'one'] ], 'concat_space' => ['spacing' => 'one'], 'declare_equal_normalize' => ['space' => 'none'],