diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-06-25 22:16:21 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-06-27 22:29:45 +0200 |
commit | cf7bc3fe9dadec7b992b1f588b3905534a0a4a7f (patch) | |
tree | 7db1ed0e52108faab48e04c18d9b45c1dd82934f /build | |
parent | b2a4e659a7435869367faf962184b616dc1d42db (diff) | |
download | nextcloud-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.php | 2 |
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', |