Skip to content

Commit

Permalink
Update the .php_cs file.
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Jul 28, 2016
1 parent 768b73e commit dd9f4f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .php_cs
Expand Up @@ -20,11 +20,8 @@ return Symfony\CS\Config\Config::create()
->level(Symfony\CS\FixerInterface::SYMFONY_LEVEL)
->fixers([
'header_comment',
'concat_with_spaces',
'short_array_syntax',
'-phpdoc_to_comment',
'-empty_return',
'-concat_without_spaces',
])
->finder($finder)
;

0 comments on commit dd9f4f8

Please sign in to comment.