summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-06-25 22:16:21 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2019-06-27 22:29:45 +0200
commitcf7bc3fe9dadec7b992b1f588b3905534a0a4a7f (patch)
tree7db1ed0e52108faab48e04c18d9b45c1dd82934f /build
parentb2a4e659a7435869367faf962184b616dc1d42db (diff)
downloadnextcloud-server-cf7bc3fe9dadec7b992b1f588b3905534a0a4a7f.tar.gz
nextcloud-server-cf7bc3fe9dadec7b992b1f588b3905534a0a4a7f.zip
Fix phan
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rw-r--r--build/.phan/config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/.phan/config.php b/build/.phan/config.php
index 159011af3b2..9eca03e06e5 100644
--- a/build/.phan/config.php
+++ b/build/.phan/config.php
@@ -49,8 +49,10 @@ return [
// to `exclude_analysis_directory_list`.
'exclude_analysis_directory_list' => [
'3rdparty',
+ 'apps/accessibility/composer',
'apps/admin_audit/composer',
'apps/admin_audit/tests',
+ 'apps/cloud_federation_api/composer',
'apps/comments/composer',
'apps/comments/tests',
'apps/dav/composer',