Skip to content
Snippets Groups Projects
Unverified Commit ec27794f authored by Michael Große's avatar Michael Große
Browse files

doc(search): parameter must be string or false

parent fc46ed58
No related branches found
No related tags found
No related merge requests found
......@@ -614,9 +614,9 @@ class Search extends Ui
/**
* create a link to restrict the current query to a namespace
*
* @param bool|string $ns the namespace to which to restrict the query
* @param false|string $ns the namespace to which to restrict the query
*
* @return bool|string
* @return false|string
*/
protected function restrictQueryToNSLink($ns)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment