Skip to content

Commit

Permalink
update php_cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Chepurnoy committed Jan 15, 2018
1 parent aa74e90 commit 21099a7
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 @@ -19,6 +19,7 @@ $config = PhpCsFixer\Config::create()
'concat_space' => ['spacing' => 'one'],
'ordered_imports' => true,
'array_syntax' => ['syntax' => 'short'],
'yoda_style' => false,
])
->setFinder($finder);

Expand Down

0 comments on commit 21099a7

Please sign in to comment.