Ignore app/cache when runnin g php-cs-fixer

This commit is contained in:
Chris Kankiewicz
2019-12-30 11:50:45 -07:00
parent e109f02fb2
commit c3bb0f409d

View File

@@ -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,