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:46:32 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-24 21:40:11 +0300
commit112b0d57a8c9c14a7274c0d6f8fcfe12d25494c5 (patch)
tree3e374aa19113f2ef580278de121fddfa0ee73f12 /build
parentce7c9dfe8a3adbe65d2741200383b8dd9d3189bf (diff)
Comments 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 9383db684a3..f96155f4df3 100644
--- a/build/.phan/config.php
+++ b/build/.phan/config.php
@@ -45,6 +45,7 @@ return [
'lib/composer',
'apps/admin_audit/composer',
'apps/admin_audit/tests',
+ 'apps/comments/composer',
'apps/comments/tests',
'apps/dav/tests',
'apps/encryption/tests',