Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
Maxence Lange 2019-01-31 07:38:00 -01:00
parent b8e324177e
commit e87e93debf
1 changed files with 3 additions and 2 deletions

View File

@ -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