mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
limit parameter was missing from docblock
This commit is contained in:
parent
12038d45d0
commit
02b6ac3ed3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue