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 822b03e commit a11aa7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .php_cs
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 @@ -24,5 +25,6 @@ return Symfony\CS\Config\Config::create()
'Resources/public',
'Tests/js',
])
->files()->name('*.php')
)
;

0 comments on commit a11aa7f

Please sign in to comment.