mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 16:24:27 +08:00
Don't use phpcs cache
This commit is contained in:
parent
fce9fab67c
commit
61053878d5
@ -17,7 +17,6 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
|
||||
->in(__DIR__);
|
||||
|
||||
return Symfony\CS\Config\Config::create()
|
||||
->setUsingCache(true)
|
||||
->level(Symfony\CS\FixerInterface::PSR2_LEVEL)
|
||||
->fixers([
|
||||
'short_array_syntax',
|
||||
|
Loading…
x
Reference in New Issue
Block a user