@@ -41,7 +41,7 @@ |
||
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 | **/ |
@@ -55,7 +55,7 @@ discard block |
||
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 |
||
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 | **/ |
@@ -555,8 +555,8 @@ |
||
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 | */ |