diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-19 13:44:41 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-24 20:40:09 +0200 |
commit | ce7c9dfe8a3adbe65d2741200383b8dd9d3189bf (patch) | |
tree | 33bbf78778a4cb0a82a81c70a5b4039a2e0ac85b /build | |
parent | a82b56b1c7146ddb3085f3e03e18be4700d95a0e (diff) | |
download | nextcloud-server-ce7c9dfe8a3adbe65d2741200383b8dd9d3189bf.tar.gz nextcloud-server-ce7c9dfe8a3adbe65d2741200383b8dd9d3189bf.zip |
Admin Audit autoloader
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-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 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', |