Skip to content

Commit

Permalink
Disable yoda style CS fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Dec 14, 2017
1 parent 2bf83f6 commit 1c59d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,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 1c59d8d

Please sign in to comment.