@@ -188,7 +188,6 @@ |
||
188 | 188 | /** |
189 | 189 | * saves the form into session. |
190 | 190 | * |
191 | - * @param array $data - data from form. |
|
192 | 191 | */ |
193 | 192 | public function saveDataToSession() |
194 | 193 | { |
@@ -188,7 +188,6 @@ |
||
188 | 188 | /** |
189 | 189 | * saves the form into session. |
190 | 190 | * |
191 | - * @param array $data - data from form. |
|
192 | 191 | */ |
193 | 192 | public function saveDataToSession() |
194 | 193 | { |
@@ -188,7 +188,6 @@ |
||
188 | 188 | /** |
189 | 189 | * saves the form into session. |
190 | 190 | * |
191 | - * @param array $data - data from form. |
|
192 | 191 | */ |
193 | 192 | public function saveDataToSession() |
194 | 193 | { |
@@ -330,7 +330,7 @@ |
||
330 | 330 | * In templates, it is used like this: |
331 | 331 | * $EcommerceConfigAjax.TableID. |
332 | 332 | * |
333 | - * @return EcommerceConfigAjax |
|
333 | + * @return EcommerceConfigAjaxDefinitions |
|
334 | 334 | **/ |
335 | 335 | public function AJAXDefinitions() |
336 | 336 | { |
@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | * |
27 | 27 | * @see Order::doNextStatus |
28 | 28 | * |
29 | - * @param Order object |
|
29 | + * @param Order Order |
|
30 | 30 | * |
31 | 31 | * @return bool - true if the current step is ready to be run... |
32 | 32 | **/ |
@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | * |
44 | 44 | * @see Order::doNextStatus |
45 | 45 | * |
46 | - * @param Order object |
|
46 | + * @param Order Order |
|
47 | 47 | * |
48 | 48 | * @return bool - true if run correctly. |
49 | 49 | **/ |
@@ -43,7 +43,7 @@ |
||
43 | 43 | * |
44 | 44 | * @see Order::doNextStatus |
45 | 45 | * |
46 | - * @param Order object |
|
46 | + * @param Order Order |
|
47 | 47 | * |
48 | 48 | * @return bool - true if the current step is ready to be run... |
49 | 49 | **/ |
@@ -12,7 +12,7 @@ |
||
12 | 12 | class OrderEmailRecordFilters_MultiOptionsetStatusIDFilter extends ExactMatchFilter |
13 | 13 | { |
14 | 14 | /** |
15 | - *@return SQLQuery |
|
15 | + *@return DataQuery |
|
16 | 16 | **/ |
17 | 17 | public function apply(DataQuery $query) |
18 | 18 | { |
@@ -151,7 +151,7 @@ |
||
151 | 151 | * If the order already exists, it will update the seconds and the creation time. |
152 | 152 | * |
153 | 153 | * @param Order $order [description] |
154 | - * @param Int $deferInSeconds [description] |
|
154 | + * @param Int $deferTimeInSeconds [description] |
|
155 | 155 | */ |
156 | 156 | public function AddOrderToQueue($order, $deferTimeInSeconds) |
157 | 157 | { |