Skip to content

Commit

Permalink
Update .php_cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lolautruche committed Jul 30, 2015
1 parent d79f74a commit ad72e3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ return Symfony\CS\Config\Config::create()
'-phpdoc_to_comment',
'-spaces_cast',
'-blankline_after_open_tag',
'-single_blank_line_before_namespace',
])
->finder(
Symfony\CS\Finder\DefaultFinder::create()
Expand All @@ -21,5 +22,6 @@ return Symfony\CS\Config\Config::create()
'ezpublish_legacy',
'vendor',
])
->files()->name('*.php')
)
;

0 comments on commit ad72e3c

Please sign in to comment.