Skip to content

Commit 501beab

Browse files
fix: exclude files from installed Symfony Bundles in PhpCsFixer
Error: PhpCsFixer complained about files in the public/bundles folder, but those are symlinks to Symfony bundles in the vendor/ folder Resolved with: adding public/bundles to the exclude list
1 parent 0fc31ee commit 501beab

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)