diff --git a/src/Config.php b/src/Config.php index 0f26304..eb9e7a9 100644 --- a/src/Config.php +++ b/src/Config.php @@ -91,6 +91,7 @@ public function getRules(): array 'ternary_operator_spaces' => true, 'trailing_comma_in_multiline' => ['elements' => ['arrays']], 'whitespace_after_comma_in_array' => true, + 'yoda_style' => false, ], $this->overrides); } }