@@ -21,7 +21,7 @@ discard block |
||
21 | 21 | * |
22 | 22 | * @see Order::doNextStatus |
23 | 23 | * |
24 | - * @param Order object |
|
24 | + * @param Order Order |
|
25 | 25 | * |
26 | 26 | * @return bool - true if the current step is ready to be run... |
27 | 27 | **/ |
@@ -33,9 +33,9 @@ discard block |
||
33 | 33 | /** |
34 | 34 | * Add a member to the order - in case he / she is not a shop admin. |
35 | 35 | * |
36 | - * @param Order object |
|
36 | + * @param Order Order |
|
37 | 37 | * |
38 | - * @return bool - true if run correctly. |
|
38 | + * @return boolean|null - true if run correctly. |
|
39 | 39 | **/ |
40 | 40 | public function doStep(Order $order) |
41 | 41 | { |