mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
removing default value in param $chunk
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
adde9a685c
commit
b8e324177e
1 changed files with 2 additions and 2 deletions
|
|
@ -173,7 +173,7 @@ interface IFullTextSearchProvider {
|
|||
* called only once (per user).
|
||||
*
|
||||
* @since 16.0.0
|
||||
*
|
||||
*
|
||||
* @param string $userId
|
||||
*
|
||||
* @return array
|
||||
|
|
@ -203,7 +203,7 @@ interface IFullTextSearchProvider {
|
|||
*
|
||||
* @return IndexDocument[]
|
||||
*/
|
||||
public function generateIndexableDocuments(string $userId, string $chunk = ''): array;
|
||||
public function generateIndexableDocuments(string $userId, string $chunk): array;
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue