From ec27794f39815492edc60e42de25ed4c5321ff07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= <grosse@cosmocode.de> Date: Wed, 28 Mar 2018 16:08:21 +0200 Subject: [PATCH] doc(search): parameter must be string or false --- inc/Ui/Search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/Ui/Search.php b/inc/Ui/Search.php index d8c7531f0..47da90655 100644 --- a/inc/Ui/Search.php +++ b/inc/Ui/Search.php @@ -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) { -- GitLab