Skip to content

Commit

Permalink
Update yod style rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud committed Mar 17, 2021
1 parent 99727cd commit d2e10a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
])
Expand Down

0 comments on commit d2e10a5

Please sign in to comment.