1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 18:07:02 +02:00

Don't use phpcs cache

This commit is contained in:
Toby Zerner
2015-09-04 12:28:19 +09:30
parent fce9fab67c
commit 61053878d5

View File

@@ -17,7 +17,6 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
->in(__DIR__); ->in(__DIR__);
return Symfony\CS\Config\Config::create() return Symfony\CS\Config\Config::create()
->setUsingCache(true)
->level(Symfony\CS\FixerInterface::PSR2_LEVEL) ->level(Symfony\CS\FixerInterface::PSR2_LEVEL)
->fixers([ ->fixers([
'short_array_syntax', 'short_array_syntax',