@@ -15,7 +15,6 @@ discard block |
||
15 | 15 | /** |
16 | 16 | * Search constructor. |
17 | 17 | * |
18 | - * @param string $query the search query |
|
19 | 18 | */ |
20 | 19 | public function __construct() |
21 | 20 | { |
@@ -187,6 +186,9 @@ discard block |
||
187 | 186 | $searchForm->addTagClose('div'); |
188 | 187 | } |
189 | 188 | |
189 | + /** |
|
190 | + * @param string $label |
|
191 | + */ |
|
190 | 192 | protected function addSearchLink(Form $searchForm, $label, $and, $ns) { |
191 | 193 | $newQuery = ft_queryUnparser_simple( |
192 | 194 | $and, |