summaryrefslogtreecommitdiffstats
path: root/.php-cs-fixer.dist.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-01 09:09:03 +0200
committerJoas Schilling <coding@schilljs.com>2022-09-01 10:53:37 +0200
commit1cdd96a113eb4912631463c8d273d47f58f0c7a6 (patch)
treeeaa23b956f8e967d09e75a73be0cf170a6301e09 /.php-cs-fixer.dist.php
parentc142394f0e18e7b788437eea5868dc7555d6d73a (diff)
Add Mozart to avoid conflict with other JWT apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
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;