diff options
Diffstat (limited to 'lib/public/IAddressBook.php')
-rw-r--r-- | lib/public/IAddressBook.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/IAddressBook.php b/lib/public/IAddressBook.php index 738745376d3..4bb632ae070 100644 --- a/lib/public/IAddressBook.php +++ b/lib/public/IAddressBook.php @@ -67,7 +67,8 @@ namespace OCP { * - 'escape_like_param' - If set to false wildcards _ and % are not escaped * - 'limit' - Set a numeric limit for the search results * - 'offset' - Set the offset for the limited search results - * - 'wildcard' - Whether the search should use wildcards + * - 'wildcard' - (since 23.0.0) Whether the search should use wildcards + * @psalm-param array{types?: bool, escape_like_param?: bool, limit?: int, offset?: int, wildcard?: bool} $options * @return array an array of contacts which are arrays of key-value-pairs * example result: * [ |