Skip to content

Commit

Permalink
setup phpcs cache
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 21, 2016
1 parent b2ac4a5 commit 42875e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.DS_Store
/composer.lock
/vendor/
/.php_cs.cache
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()

return Symfony\CS\Config\Config::create()
->level(Symfony\CS\FixerInterface::NONE_LEVEL)
->setUsingCache(true)
->fixers(array(
'linefeed',
'trailing_spaces',
Expand Down

0 comments on commit 42875e8

Please sign in to comment.