Skip to content

Commit c19eeb3

Browse files
Merge pull request #55 from youwe-petervanderwal/fix/exclude-copied-bundle-files
fix: exclude files from installed Symfony Bundles in PhpCsFixer
2 parents 7d885db + 501beab commit c19eeb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/pimcore/php-cs-fixer/excludes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// Symfony files
77
'bin/console',
88
'public/index.php',
9+
'public/bundles',
910
// Full var folder, contains all kind of auto-generated files (e.g. cache, generated Pimcore DataObject classes)
1011
'var',
1112
// Configuration written by Pimcore (which is written either to var/ or to config/pimcore/ depending on settings)

0 commit comments

Comments
 (0)