1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-20 04:41:29 +02:00

php-cs-fixer: restore using cache

This commit is contained in:
Elan Ruusamäe
2019-12-10 08:44:51 +02:00
committed by Elan Ruusamäe
parent a4c3c41161
commit b632b916a7

View File

@@ -1,7 +1,7 @@
<?php declare(strict_types=1);
return PhpCsFixer\Config::create()
->setUsingCache(false)
->setUsingCache(true)
->setRiskyAllowed(true)
->setRules(
[
@@ -236,3 +236,5 @@ return PhpCsFixer\Config::create()
->ignoreDotFiles(true)
->ignoreVCS(true)
);
// vim:ft=php