From: Tobias Diekershoff Date: Tue, 15 Mar 2022 07:46:26 +0000 (+0100) Subject: limit parameter was missing from docblock X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=02b6ac3ed36e89d5ab70e4f54b5a4798bdb2c7a9;p=friendica.git limit parameter was missing from docblock --- 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 */