Skip to content

Commit

Permalink
Update .php_cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyuki committed Jan 11, 2020
1 parent 17a857f commit 79a1d80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ $finder = PhpCsFixer\Finder::create()
;

return PhpCsFixer\Config::create()
->setFinder($finder)
->setRules([
'@PSR2' => true,

// list の後のカッコまで消されるけど list はキーワードでは?
'no_spaces_after_function_name' => false,
])
->setFinder($finder)
;

0 comments on commit 79a1d80

Please sign in to comment.