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-23 22:16:01 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-24 21:40:14 +0300
commit2f36744affe0b1eafff60289c9cc497f35d4bf18 (patch)
tree486aef7e1345b8475e0bfa5d28c36dae17873b62 /build
parent134bb2fd78cee54a375f7f4a20a157993e86de72 (diff)
Update phan config
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rw-r--r--build/.phan/config.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/build/.phan/config.php b/build/.phan/config.php
index bd0d50b518d..47bcb87acdd 100644
--- a/build/.phan/config.php
+++ b/build/.phan/config.php
@@ -49,26 +49,44 @@ return [
'apps/comments/tests',
'apps/dav/composer',
'apps/dav/tests',
+ 'apps/encryption/composer',
'apps/encryption/tests',
+ 'apps/federatedfilesharing/composer',
'apps/federatedfilesharing/tests',
+ 'apps/federation/composer',
'apps/federation/tests',
+ 'apps/files/composer',
'apps/files/tests',
'apps/files_external/3rdparty',
+ 'apps/files_external/composer',
'apps/files_external/tests',
'apps/files_sharing/composer',
'apps/files_sharing/tests',
+ 'apps/files_trashbin/composer',
'apps/files_trashbin/tests',
+ 'apps/files_versions/composer',
'apps/files_versions/tests',
+ 'apps/lookup_server_connector/composer',
'apps/lookup_server_connector/tests',
+ 'apps/oauth2/composer',
'apps/oauth2/tests',
+ 'apps/provisioning_api/composer',
'apps/provisioning_api/tests',
+ 'apps/sharebymail/composer',
'apps/sharebymail/tests',
+ 'apps/systemtags/composer',
'apps/systemtags/tests',
+ 'apps/testing/composer',
'apps/testing/tests',
+ 'apps/theming/composer',
'apps/theming/tests',
+ 'apps/twofactor_backupcodes/composer',
'apps/twofactor_backupcodes/tests',
+ 'apps/updatenotification/composer',
'apps/updatenotification/tests',
+ 'apps/user_ldap/composer',
'apps/user_ldap/tests',
+ 'apps/workflowengine/composer',
'apps/workflowengine/tests',
],