diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-17 22:01:01 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-17 22:22:36 +0200 |
commit | ff9f325677276069684edac165353da49f9036f4 (patch) | |
tree | 3b0b0a6e5f7e1c83f212b94b5b94e46e5a9c288a /build/.phan | |
parent | 5d7d96dc453724d78dd6023c6466fcbee7248d70 (diff) | |
download | nextcloud-server-ff9f325677276069684edac165353da49f9036f4.tar.gz nextcloud-server-ff9f325677276069684edac165353da49f9036f4.zip |
Ignore composer stuff in phan
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build/.phan')
-rw-r--r-- | build/.phan/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/.phan/config.php b/build/.phan/config.php index 26421529433..cdf41630766 100644 --- a/build/.phan/config.php +++ b/build/.phan/config.php @@ -52,6 +52,7 @@ return [ 'apps/files/tests', 'apps/files_external/3rdparty', 'apps/files_external/tests', + 'apps/files_sharing/composer', 'apps/files_sharing/tests', 'apps/files_trashbin/tests', 'apps/files_versions/tests', |