Skip to content
This repository was archived by the owner on Apr 30, 2019. It is now read-only.

Commit d212db9

Browse files
authored
[Php-cs-fixer] Exclude symfony app cache
1 parent aabb42a commit d212db9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ EOF;
1010

1111
$finder = PhpCsFixer\Finder::create()
1212
->in(__DIR__)
13+
->exclude(__DIR__ . '/tests/Fixtures/Integration/Symfony/app/cache')
1314
;
1415

1516
return PhpCsFixer\Config::create()

0 commit comments

Comments
 (0)