diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2016-04-08 15:11:37 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2016-04-08 15:11:37 +0000 |
commit | 3ebeb07a3092932c7d24fbded2322420eaffaca9 (patch) | |
tree | 5de95a1a689c14c026485c4a735b423c33106147 /apps/dav | |
parent | 6f3eeeeb36d86b352d396f730fbc6a8d1e8ca160 (diff) | |
download | nextcloud-server-3ebeb07a3092932c7d24fbded2322420eaffaca9.tar.gz nextcloud-server-3ebeb07a3092932c7d24fbded2322420eaffaca9.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'apps/dav')
-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) { |