@@ -27,7 +27,7 @@ |
||
| 27 | 27 | * Determine if a cart exists or not. |
| 28 | 28 | * |
| 29 | 29 | * @param CartRepository $repository |
| 30 | - * @return bool |
|
| 30 | + * @return string|null |
|
| 31 | 31 | */ |
| 32 | 32 | public function exists(CartRepository $repository) |
| 33 | 33 | { |
@@ -49,7 +49,6 @@ |
||
| 49 | 49 | /** |
| 50 | 50 | * Apply a promotion to the cart. |
| 51 | 51 | * |
| 52 | - * @param string $code The promotion code to apply. |
|
| 53 | 52 | * @return void |
| 54 | 53 | */ |
| 55 | 54 | public function applyPromotion($name) |