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-19 14:48:21 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-24 21:40:11 +0300
commitab20a64ed46508934efc289144d2abcd0920c1f9 (patch)
tree2b3e610ee733902c2739da183a441667857773e5 /build
parent112b0d57a8c9c14a7274c0d6f8fcfe12d25494c5 (diff)
DAV Autoloader
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 f96155f4df3..bd0d50b518d 100644
--- a/build/.phan/config.php
+++ b/build/.phan/config.php
@@ -47,6 +47,7 @@ return [
'apps/admin_audit/tests',
'apps/comments/composer',
'apps/comments/tests',
+ 'apps/dav/composer',
'apps/dav/tests',
'apps/encryption/tests',
'apps/federatedfilesharing/tests',