From 9082a799e26c162487f6641bfb716cfe971da0b6 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 28 Aug 2016 11:23:51 +0200 Subject: [PATCH] fix Scrutinizer docu bug --- api/src/CalDAV/Principals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/CalDAV/Principals.php b/api/src/CalDAV/Principals.php index f794525f8f..ffa77d87cb 100644 --- a/api/src/CalDAV/Principals.php +++ b/api/src/CalDAV/Principals.php @@ -1517,7 +1517,7 @@ class Principals extends Handler * Get proxy-groups for given user $account: users or groups who GRANT proxy rights to $account * * @param int $account who is the proxy - * @param string|array $app ='calendar' applications for which proxys should be added + * @param string $app ='calendar' applications for which proxys should be added * @return array with href props */ protected function get_calendar_proxy_groups($account, $app='calendar')