mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
phpdoc
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
b8e324177e
commit
e87e93debf
1 changed files with 3 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ interface IFullTextSearchProvider {
|
|||
*
|
||||
* @param string $userId
|
||||
*
|
||||
* @return array
|
||||
* @return string[]
|
||||
*/
|
||||
public function generateChunks(string $userId): array;
|
||||
|
||||
|
|
@ -196,7 +196,8 @@ interface IFullTextSearchProvider {
|
|||
*
|
||||
* @see IndexDocument
|
||||
*
|
||||
* @since 16.0.0
|
||||
* @since 15.0.0
|
||||
* -> 16.0.0: the parameter "$chunk" was added
|
||||
*
|
||||
* @param string $userId
|
||||
* @param string $chunk
|
||||
|
|
|
|||
Loading…
Reference in a new issue