Skip to content

Commit

Permalink
Update .php_cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Chepurnoy authored Mar 7, 2017
1 parent c0f6733 commit fae4b43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ $finder = PhpCsFixer\Finder::create()
->in([__DIR__]);

$config = PhpCsFixer\Config::create()
->setUsingCache(false)
->setRules([
'@Symfony' => true,
'phpdoc_order' => true,
Expand Down

0 comments on commit fae4b43

Please sign in to comment.