From ff9f325677276069684edac165353da49f9036f4 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 17 Oct 2017 22:01:01 +0200 Subject: [PATCH] Ignore composer stuff in phan Signed-off-by: Roeland Jago Douma --- build/.phan/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/build/.phan/config.php b/build/.phan/config.php index 2642152943..cdf4163076 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',