From 02b6ac3ed36e89d5ab70e4f54b5a4798bdb2c7a9 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 15 Mar 2022 08:46:26 +0100 Subject: [PATCH] limit parameter was missing from docblock --- src/Worker/UpdateContacts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Worker/UpdateContacts.php b/src/Worker/UpdateContacts.php index 95ac8fd23c..2beb890918 100644 --- a/src/Worker/UpdateContacts.php +++ b/src/Worker/UpdateContacts.php @@ -98,6 +98,7 @@ class UpdateContacts * Returns contact ids based on a given condition * * @param array $condition + * @param int $limit * @param array $ids * @return array contact ids */