diff --git a/.php_cs b/.php_cs index 9c22a912d..5a6d5b9a3 100755 --- a/.php_cs +++ b/.php_cs @@ -20,10 +20,11 @@ return PhpCsFixer\Config::create() 'no_useless_return' => true, 'php_unit_construct' => true, 'php_unit_strict' => true, + 'yoda_style' => false, )) ->setFinder( PhpCsFixer\Finder::create() ->exclude('vendor') ->in(__DIR__) ) -; \ No newline at end of file +;