From 07c0413f42cc1f9849fc8e7b2638771353f0d6c7 Mon Sep 17 00:00:00 2001 From: bocharsky-bw Date: Mon, 13 Feb 2017 22:21:03 +0200 Subject: [PATCH] Save CS Fixer' cache file into the var/ directory --- .php_cs | 1 + 1 file changed, 1 insertion(+) diff --git a/.php_cs b/.php_cs index 1fe2827d4..203c0f141 100644 --- a/.php_cs +++ b/.php_cs @@ -25,4 +25,5 @@ return PhpCsFixer\Config::create() 'strict_comparison' => true, ]) ->setFinder($finder) + ->setCacheFile(__DIR__.'/var/.php_cs.cache') ;