Skip to content

Commit

Permalink
update the configuration for PHP CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
iteman committed Mar 8, 2017
1 parent e38891e commit e7c6691
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .php_cs
Expand Up @@ -7,11 +7,10 @@ $finder = PhpCsFixer\Finder::create()
return PhpCsFixer\Config::create()
->setRules(array(
'@Symfony' => true,
'empty_return' => false,
'blankline_after_open_tag' => false,
'no_useless_return' => false,
'blank_line_after_opening_tag' => false,
'ordered_imports' => true,
'phpdoc_no_empty_return' => false,
'array_syntax' => false,
))
->setFinder($finder)
;

0 comments on commit e7c6691

Please sign in to comment.