Skip to content

Commit 8a9ffe1

Browse files
committed
Fix exclude app cache path for PHP-CS-Fixer
1 parent b53bb0b commit 8a9ffe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ HEADER;
1414
$finder = PhpCsFixer\Finder::create()
1515
->in(__DIR__)
1616
->exclude('tests/Fixtures/app/cache')
17+
->exclude('tests/Fixtures/app/var')
1718
;
1819

1920
return PhpCsFixer\Config::create()

0 commit comments

Comments
 (0)