add types to php doc

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2018-01-17 13:58:42 +01:00
parent 6fdd686111
commit 39f34603f2
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

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