diff options
Diffstat (limited to 'apps/dav/lib/AppInfo')
-rw-r--r-- | apps/dav/lib/AppInfo/Application.php | 2 |
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 */ |