diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-11 10:38:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-11 10:38:02 +0200 |
commit | 8652ef28aac7d103b147ae82271522b9f09e03b6 (patch) | |
tree | c6d4927049485170390c09bb85189dd3b830739c | |
parent | 35b8c0dd6887adfc045c5ff447553e69976af3d3 (diff) | |
parent | 3ebeb07a3092932c7d24fbded2322420eaffaca9 (diff) | |
download | nextcloud-server-8652ef28aac7d103b147ae82271522b9f09e03b6.tar.gz nextcloud-server-8652ef28aac7d103b147ae82271522b9f09e03b6.zip |
Merge pull request #23868 from owncloud/scrutinizer-patch-2
Scrutinizer Auto-Fixes
-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) { |