diff options
-rw-r--r-- | apps/dav/lib/caldav/birthdayservice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/caldav/birthdayservice.php b/apps/dav/lib/caldav/birthdayservice.php index 1d0b06f03a8..b74116f4083 100644 --- a/apps/dav/lib/caldav/birthdayservice.php +++ b/apps/dav/lib/caldav/birthdayservice.php @@ -204,7 +204,7 @@ class BirthdayService { } /** - * @param $addressBookId + * @param integer $addressBookId * @return mixed */ protected function getAllAffectedPrincipals($addressBookId) { |