@@ -63,7 +63,6 @@ discard block |
||
63 | 63 | /** |
64 | 64 | * Check if the item exists in the cart. |
65 | 65 | * |
66 | - * @param mixed $id |
|
67 | 66 | * |
68 | 67 | * @return bool |
69 | 68 | */ |
@@ -81,7 +80,6 @@ discard block |
||
81 | 80 | /** |
82 | 81 | * Get a single cart item by id. |
83 | 82 | * |
84 | - * @param mixed $id The item id |
|
85 | 83 | * |
86 | 84 | * @return Item The item class |
87 | 85 | */ |
@@ -139,7 +137,6 @@ discard block |
||
139 | 137 | /** |
140 | 138 | * Set the cart identifier. |
141 | 139 | * |
142 | - * @param string $identifier |
|
143 | 140 | */ |
144 | 141 | public function setIdentifier($id) |
145 | 142 | { |