Passed
Push — master ( 3b3e4f...aae8ce )
by Carsten
01:48
created
src/Basket.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
tests/ItemTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.