summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.php_cs.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/.php_cs.dist b/.php_cs.dist
index 0442348cd9d..59781f0f835 100644
--- a/.php_cs.dist
+++ b/.php_cs.dist
@@ -13,6 +13,7 @@ $config
->exclude('config')
->exclude('data')
->notPath('3rdparty')
+ ->notPath('build/stubs')
->notPath('composer')
->notPath('vendor')
->in(__DIR__);