diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-23 21:16:01 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-24 20:40:14 +0200 |
commit | 2f36744affe0b1eafff60289c9cc497f35d4bf18 (patch) | |
tree | 486aef7e1345b8475e0bfa5d28c36dae17873b62 /build | |
parent | 134bb2fd78cee54a375f7f4a20a157993e86de72 (diff) | |
download | nextcloud-server-2f36744affe0b1eafff60289c9cc497f35d4bf18.tar.gz nextcloud-server-2f36744affe0b1eafff60289c9cc497f35d4bf18.zip |
Update phan config
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rw-r--r-- | build/.phan/config.php | 18 |
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', ], |