mirror of
https://github.com/mrclay/minify.git
synced 2025-08-20 12:51:52 +02:00
php-cs-fixer: restore using cache
This commit is contained in:
committed by
Elan Ruusamäe
parent
a4c3c41161
commit
b632b916a7
4
.php_cs
4
.php_cs
@@ -1,7 +1,7 @@
|
|||||||
<?php declare(strict_types=1);
|
<?php declare(strict_types=1);
|
||||||
|
|
||||||
return PhpCsFixer\Config::create()
|
return PhpCsFixer\Config::create()
|
||||||
->setUsingCache(false)
|
->setUsingCache(true)
|
||||||
->setRiskyAllowed(true)
|
->setRiskyAllowed(true)
|
||||||
->setRules(
|
->setRules(
|
||||||
[
|
[
|
||||||
@@ -236,3 +236,5 @@ return PhpCsFixer\Config::create()
|
|||||||
->ignoreDotFiles(true)
|
->ignoreDotFiles(true)
|
||||||
->ignoreVCS(true)
|
->ignoreVCS(true)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// vim:ft=php
|
||||||
|
Reference in New Issue
Block a user