Skip to content

Commit

Permalink
Disable Yoda conditional style rule
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Sep 13, 2017
1 parent 49d5dbb commit 0427546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs
Expand Up @@ -25,6 +25,7 @@ return PhpCsFixer\Config::create()
'semicolon_after_instruction' => true,
'strict_comparison' => true,
'strict_param' => true,
'yoda_style' => false,
])
->setFinder(
PhpCsFixer\Finder::create()
Expand Down

0 comments on commit 0427546

Please sign in to comment.