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