Completed
Push — master ( dea0df...a2dc3b )
by Nicolaas
03:36
created
code/model/process/OrderSteps/OrderStep_SentInvoice.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      * NOTE: must have a payment (even if it is a fake payment).
42 42
      * The reason for this is if people pay straight away then they want to see the payment shown on their invoice.
43 43
      *
44
-     * @param Order object
44
+     * @param Order Order
45 45
      *
46 46
      * @return bool - true if the current step is ready to be run...
47 47
      **/
Please login to merge, or discard this patch.
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.