Completed
Push — master ( 3c95e7...53683a )
by Nicolaas
04:02
created
code/model/process/OrderSteps/OrderStep_Submitted.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      *
56 56
      * @see Order::doNextStatus
57 57
      *
58
-     * @param Order object
58
+     * @param Order Order
59 59
      *
60 60
      * @return bool - true if the current step is ready to be run...
61 61
      **/
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     /**
68 68
      * Add a member to the order - in case he / she is not a shop admin.
69 69
      *
70
-     * @param Order object
70
+     * @param Order Order
71 71
      *
72 72
      * @return bool - true if run correctly.
73 73
      **/
Please login to merge, or discard this patch.
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.