Completed
Push — master ( 03a88c...7d206d )
by Nicolaas
03:24
created
code/forms/ProductSearchForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -555,8 +555,8 @@
 block discarded – undo
555 555
      * can be executed one after the other, each
556 556
      * being less specific than the last...
557 557
      *
558
-     * @param array $words  - words being search
559 558
      * @param array $fields - fields being searched
559
+     * @param string $keywordPhrase
560 560
      *
561 561
      * @return array
562 562
      */
Please login to merge, or discard this patch.
code/model/extensions/EcommerceRole.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,6 +147,7 @@  discard block
 block discarded – undo
147 147
      * tells us if the current member is in the Shop Administrators Group.
148 148
      *
149 149
      * @param Member | Null $member
150
+     * @param DataObject $member
150 151
      *
151 152
      * @return bool
152 153
      */
@@ -166,6 +167,7 @@  discard block
 block discarded – undo
166 167
      * tells us if the current member is in the Shop Administrators Group.
167 168
      *
168 169
      * @param Member | Null $member
170
+     * @param DataObject $member
169 171
      *
170 172
      * @return bool
171 173
      */
@@ -185,6 +187,7 @@  discard block
 block discarded – undo
185 187
      * tells us if the current member can process the orders
186 188
      *
187 189
      * @param Member | Null $member
190
+     * @param DataObject $member
188 191
      *
189 192
      * @return bool
190 193
      */
@@ -442,7 +445,6 @@  discard block
 block discarded – undo
442 445
     }
443 446
 
444 447
     /**
445
-     * @param bool $additionalFields: add extra fields.
446 448
      *
447 449
      * @return FieldList
448 450
      */
Please login to merge, or discard this patch.
code/search/filters/OrderFilters_AroundDateFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     protected $additionalDaysPerMonth = 1;
20 20
 
21 21
     /**
22
-     *@return SQLQuery
22
+     *@return DataQuery
23 23
      **/
24 24
     public function apply(DataQuery $query)
25 25
     {
Please login to merge, or discard this patch.