diff --git a/.php_cs.dist b/.php_cs.dist index 2c724a9..9719701 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -3,7 +3,7 @@ $finder = PhpCsFixer\Finder::create()->in([ __DIR__ . DIRECTORY_SEPARATOR . 'app', __DIR__ . DIRECTORY_SEPARATOR . 'tests' -]); +])->notPath('cache'); return PhpCsFixer\Config::create()->setRules([ '@PSR1' => true,