mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
add types to php doc
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user