@@ -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 | * @return boolean |
68 | 67 | */ |
69 | 68 | public function has($identifier) |
@@ -80,7 +79,6 @@ discard block |
||
80 | 79 | /** |
81 | 80 | * Get a single cart item by id |
82 | 81 | * |
83 | - * @param mixed $id The item id |
|
84 | 82 | * @return Item The item class |
85 | 83 | */ |
86 | 84 | public function item($identifier) |
@@ -135,7 +133,6 @@ discard block |
||
135 | 133 | /** |
136 | 134 | * Set the cart identifier |
137 | 135 | * |
138 | - * @param string $identifier |
|
139 | 136 | */ |
140 | 137 | public function setIdentifier($id) |
141 | 138 | { |