summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/AppInfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-03-06 11:06:03 +0100
committerJoas Schilling <coding@schilljs.com>2019-03-06 11:06:03 +0100
commite13253c66ac4bbe5a73db08ffb9244e7f9669f19 (patch)
tree854fc622ca5b63c80a087aa3624152188b0ac49e /apps/dav/lib/AppInfo
parenta788da6ac22f331ac4789f24e908bb340ce89f6a (diff)
downloadnextcloud-server-e13253c66ac4bbe5a73db08ffb9244e7f9669f19.tar.gz
nextcloud-server-e13253c66ac4bbe5a73db08ffb9244e7f9669f19.zip
"Fix" the unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/dav/lib/AppInfo')
-rw-r--r--apps/dav/lib/AppInfo/Application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/AppInfo/Application.php b/apps/dav/lib/AppInfo/Application.php
index a90e42d56f8..41570ee7442 100644
--- a/apps/dav/lib/AppInfo/Application.php
+++ b/apps/dav/lib/AppInfo/Application.php
@@ -77,7 +77,7 @@ class Application extends App {
}
/**
- * @param IManager $contactsManager
+ * @param IContactsManager $contactsManager
*/
public function setupSystemContactsProvider(IContactsManager $contactsManager) {
/** @var ContactsManager $cm */