add types to php doc
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
6fdd686111
commit
39f34603f2
1 changed files with 4 additions and 4 deletions
|
@ -41,11 +41,11 @@ class Search implements ISearch {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param $search
|
||||
* @param string $search
|
||||
* @param array $shareTypes
|
||||
* @param $lookup
|
||||
* @param $limit
|
||||
* @param $offset
|
||||
* @param bool $lookup
|
||||
* @param int|null $limit
|
||||
* @param int|null $offset
|
||||
* @return array
|
||||
* @throws \OCP\AppFramework\QueryException
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue