From d2e10a5fc95f17eb92ba8896c952a277266c2a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rancoud?= Date: Wed, 17 Mar 2021 16:34:37 +0100 Subject: [PATCH] Update yod style rule --- .php_cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php_cs b/.php_cs index f55361b..fe19720 100644 --- a/.php_cs +++ b/.php_cs @@ -29,7 +29,7 @@ return PhpCsFixer\Config::create() 'strict_param' => true, 'concat_space' => ['spacing' => 'one'], 'trailing_comma_in_multiline_array' => false, - 'yoda_style' => null, + 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false], 'single_line_throw' => false, 'no_superfluous_phpdoc_tags' => false ])