Completed
Push — master ( d0be85...0e3634 )
by Nicolaas
02:06
created
code/dataobjects/SearchHistory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -51,6 +51,9 @@
 block discarded – undo
51 51
         "Recommendations" => "Recommended Pages - must already be part of the natural result set",
52 52
     );
53 53
 
54
+    /**
55
+     * @param string $KeywordString
56
+     */
54 57
     public static function add_entry($KeywordString)
55 58
     {
56 59
         if ($parent = self::find_entry($KeywordString)) {
Please login to merge, or discard this patch.
code/SearchPlusPage.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -187,6 +187,10 @@
 block discarded – undo
187 187
         return $this->customise($do)->renderWith(array('SearchPlusPage_popularsearches', 'Page'));
188 188
     }
189 189
 
190
+    /**
191
+     * @param integer $days
192
+     * @param integer $limit
193
+     */
190 194
     protected function getPopularSearchWords($days, $limit, $mergeRedirects = false)
191 195
     {
192 196
         $extraWhere = '';
Please login to merge, or discard this patch.