@@ -19,7 +19,6 @@ |
||
| 19 | 19 | * |
| 20 | 20 | * @link https://github.com/lenius/basket |
| 21 | 21 | */ |
| 22 | -use Lenius\Basket\Basket; |
|
| 23 | 22 | use Lenius\Basket\Item; |
| 24 | 23 | use PHPUnit\Framework\TestCase; |
| 25 | 24 | |
@@ -112,7 +112,7 @@ |
||
| 112 | 112 | * |
| 113 | 113 | * @param string $itemIdentifier The unique item identifier |
| 114 | 114 | * @param mixed $key The key to update, or an array of key-value pairs |
| 115 | - * @param mixed $value The value to set $key to |
|
| 115 | + * @param string $value The value to set $key to |
|
| 116 | 116 | */ |
| 117 | 117 | public function update($itemIdentifier, $key, $value = null) |
| 118 | 118 | { |