Completed
Push — master ( 380ff9...5f3a64 )
by Nicolaas
03:59
created
code/forms/fields/EcommerceSearchHistoryFormField.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -56,6 +56,7 @@  discard block
 block discarded – undo
56 56
 
57 57
     /**
58 58
      * @param int
59
+     * @param integer $days
59 60
      *
60 61
      * @return EcommerceSearchHistoryFormField
61 62
      */
@@ -68,6 +69,7 @@  discard block
 block discarded – undo
68 69
 
69 70
     /**
70 71
      * @param int
72
+     * @param integer $count
71 73
      *
72 74
      * @return EcommerceSearchHistoryFormField
73 75
      */
@@ -80,6 +82,7 @@  discard block
 block discarded – undo
80 82
 
81 83
     /**
82 84
      * @param int
85
+     * @param boolean $b
83 86
      *
84 87
      * @return EcommerceSearchHistoryFormField
85 88
      */
@@ -92,6 +95,7 @@  discard block
 block discarded – undo
92 95
 
93 96
     /**
94 97
      * @param int
98
+     * @param integer $count
95 99
      *
96 100
      * @return EcommerceSearchHistoryFormField
97 101
      */
@@ -104,6 +108,7 @@  discard block
 block discarded – undo
104 108
 
105 109
     /**
106 110
      * @param int
111
+     * @param integer $number
107 112
      *
108 113
      * @return EcommerceSearchHistoryFormField
109 114
      */
Please login to merge, or discard this patch.
code/ProductGroup.php 1 patch
Doc Comments   +5 added lines, -6 removed lines patch added patch discarded remove patch
@@ -372,7 +372,7 @@  discard block
 block discarded – undo
372 372
      * by either type (e.g. FILER) or variable (e.g dbFieldName)
373 373
      * or both.
374 374
      *
375
-     * @param string $typeOfVariableName FILTER | SORT | DISPLAY or sessionName, getVariable, etc...
375
+     * @param string $typeOrVariable FILTER | SORT | DISPLAY or sessionName, getVariable, etc...
376 376
      * @param string $variable:          sessionName, getVariable, etc...
377 377
      *
378 378
      * @return array | String
@@ -1608,9 +1608,8 @@  discard block
 block discarded – undo
1608 1608
 
1609 1609
     /**
1610 1610
      *
1611
-     * @param string $name
1612
-     * @param string $filterKey
1613 1611
      *
1612
+     * @param string $cacheKey
1614 1613
      * @return string
1615 1614
      */
1616 1615
     public function cacheKey($cacheKey)
@@ -2253,7 +2252,7 @@  discard block
 block discarded – undo
2253 2252
      *
2254 2253
      * This is different from IsSearchResults.
2255 2254
      *
2256
-     * @return bool
2255
+     * @return boolean|null
2257 2256
      */
2258 2257
     public function ActiveSearchTerm()
2259 2258
     {
@@ -2319,7 +2318,7 @@  discard block
 block discarded – undo
2319 2318
      * Is there a special sort operating at the moment?
2320 2319
      * Is the current sort the default one (return inverse!)?
2321 2320
      *
2322
-     * @return bool
2321
+     * @return boolean|null
2323 2322
      */
2324 2323
     public function HasSort()
2325 2324
     {
@@ -2742,7 +2741,7 @@  discard block
 block discarded – undo
2742 2741
      *
2743 2742
      * @param SS_List
2744 2743
      *
2745
-     * @return PaginatedList
2744
+     * @return ProductGroup_Controller|null
2746 2745
      */
2747 2746
     protected function paginateList(SS_List $list)
2748 2747
     {
Please login to merge, or discard this patch.