diff --git a/.php_cs b/.php_cs index 5c603f2..a292851 100644 --- a/.php_cs +++ b/.php_cs @@ -1,7 +1,7 @@ setUsingCache(false) + ->setUsingCache(true) ->setRiskyAllowed(true) ->setRules( [ @@ -235,4 +235,6 @@ return PhpCsFixer\Config::create() ->name('*.php') ->ignoreDotFiles(true) ->ignoreVCS(true) - ); \ No newline at end of file + ); + +// vim:ft=php