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:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user