Completed
Pull Request — master (#2286)
by Michael
11:29 queued 06:14
created
inc/Ui/Search.php 1 patch
Doc Comments   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@  discard block
 block discarded – undo
15 15
     /**
16 16
      * Search constructor.
17 17
      *
18
-     * @param string $query the search query
19 18
      */
20 19
     public function __construct()
21 20
     {
@@ -211,6 +210,11 @@  discard block
 block discarded – undo
211 210
         $searchForm->addTagClose('div');
212 211
     }
213 212
 
213
+    /**
214
+     * @param string $label
215
+     * @param false|string $after
216
+     * @param boolean $before
217
+     */
214 218
     protected function addSearchLink(
215 219
         Form $searchForm,
216 220
         $label,
@@ -549,7 +553,7 @@  discard block
 block discarded – undo
549 553
      *
550 554
      * @param bool|string $ns the namespace to which to restrict the query
551 555
      *
552
-     * @return bool|string
556
+     * @return false|string
553 557
      */
554 558
     protected function restrictQueryToNSLink($ns)
555 559
     {
Please login to merge, or discard this patch.