add types to php doc

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/7914/head
Arthur Schiwon 2018-01-17 13:58:42 +07:00
parent 6fdd686111
commit 39f34603f2
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
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
*/