Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-10-19 14:44:41 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-24 21:40:09 +0300
commitce7c9dfe8a3adbe65d2741200383b8dd9d3189bf (patch)
tree33bbf78778a4cb0a82a81c70a5b4039a2e0ac85b /build
parenta82b56b1c7146ddb3085f3e03e18be4700d95a0e (diff)
Admin Audit autoloader
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rw-r--r--build/.phan/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/.phan/config.php b/build/.phan/config.php
index cdf41630766..9383db684a3 100644
--- a/build/.phan/config.php
+++ b/build/.phan/config.php
@@ -43,6 +43,7 @@ return [
"exclude_analysis_directory_list" => [
'3rdparty',
'lib/composer',
+ 'apps/admin_audit/composer',
'apps/admin_audit/tests',
'apps/comments/tests',
'apps/dav/tests',