summaryrefslogtreecommitdiffstats
path: root/.php-cs-fixer.dist.php
diff options
context:
space:
mode:
Diffstat (limited to '.php-cs-fixer.dist.php')
-rw-r--r--.php-cs-fixer.dist.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php
index f7bbdd812..60ba8432c 100644
--- a/.php-cs-fixer.dist.php
+++ b/.php-cs-fixer.dist.php
@@ -13,6 +13,8 @@ $config
->notPath('build')
->notPath('l10n')
->notPath('src')
+ ->notPath('lib/Vendor')
->notPath('vendor')
+ ->notPath('vendor-bin')
->in(__DIR__);
return $config;