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
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-10-17 23:01:01 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-17 23:22:36 +0300
commitff9f325677276069684edac165353da49f9036f4 (patch)
tree3b0b0a6e5f7e1c83f212b94b5b94e46e5a9c288a /build
parent5d7d96dc453724d78dd6023c6466fcbee7248d70 (diff)
Ignore composer stuff in phan
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rw-r--r--build/.phan/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/.phan/config.php b/build/.phan/config.php
index 26421529433..cdf41630766 100644
--- a/build/.phan/config.php
+++ b/build/.phan/config.php
@@ -52,6 +52,7 @@ return [
'apps/files/tests',
'apps/files_external/3rdparty',
'apps/files_external/tests',
+ 'apps/files_sharing/composer',
'apps/files_sharing/tests',
'apps/files_trashbin/tests',
'apps/files_versions/tests',