mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update PHPDoc
This commit is contained in:
parent
47f24ce05b
commit
7f6974e309
@ -318,7 +318,10 @@ class SearchContext
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $searchParams
|
||||
* Set search param values
|
||||
*
|
||||
* @param array|HTTPRequest $searchParams
|
||||
* @return $this
|
||||
*/
|
||||
public function setSearchParams($searchParams)
|
||||
{
|
||||
@ -328,6 +331,7 @@ class SearchContext
|
||||
} else {
|
||||
$this->searchParams = $searchParams;
|
||||
}
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user