Skip to content

Commit

Permalink
Update .php_cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Sep 16, 2015
1 parent 942919a commit 9ddc543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ return Symfony\CS\Config\Config::create()
])
->finder(
Symfony\CS\Finder\DefaultFinder::create()
->exclude(array('bin', 'doc', 'spec'))
->in(__DIR__)
->in([__DIR__.'/src', __DIR__.'/tests'])
->exclude(['bin', 'doc', 'spec'])
)
;

0 comments on commit 9ddc543

Please sign in to comment.