Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.php_cs.dist')
-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__);