Skip to content

Commit

Permalink
Disable yoda
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jan 18, 2021
1 parent 42763b5 commit 1eeaf13
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 @@ -18,6 +18,7 @@ return PhpCsFixer\Config::create()
'phpdoc_summary' => false,
'phpdoc_to_comment' => false,
'phpdoc_align' => false,
'yoda_style' => false,
])
->setFinder($finder)
;

0 comments on commit 1eeaf13

Please sign in to comment.