Skip to content

Commit

Permalink
Update .php_cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyoung authored Nov 3, 2017
1 parent f8e4535 commit 5096bcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ return PhpCsFixer\Config::create()
'no_useless_return' => true,
'php_unit_construct' => true,
'php_unit_strict' => true,
'yoda_style' => false,
))
->setFinder(
PhpCsFixer\Finder::create()
->exclude('vendor')
->in(__DIR__)
)
;
;

0 comments on commit 5096bcd

Please sign in to comment.