Skip to content

Commit 5513d27

Browse files
authored
Merge pull request #2389 from teohhanhui/fix/php-cs-fixer-ignore-cache
Fix exclude app cache path for PHP-CS-Fixer
2 parents b53bb0b + 8a9ffe1 commit 5513d27

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)