@@ -106,7 +106,7 @@ |
||
106 | 106 | * |
107 | 107 | * @param string $itemIdentifier The unique item identifier |
108 | 108 | * @param string|int|array $key The key to update, or an array of key-value pairs |
109 | - * @param mixed $value The value to set $key to |
|
109 | + * @param string $value The value to set $key to |
|
110 | 110 | * |
111 | 111 | * @return void |
112 | 112 | */ |
@@ -19,7 +19,6 @@ |
||
19 | 19 | * |
20 | 20 | * @link http://github.com/lenius/basket |
21 | 21 | */ |
22 | -use Lenius\Basket\Basket; |
|
23 | 22 | use Lenius\Basket\Item; |
24 | 23 | use Lenius\Basket\Storage\Runtime as RuntimeStore; |
25 | 24 | use PHPUnit\Framework\TestCase; |