Test Setup Failed
Push — master ( 0209d4...090937 )
by Carsten
04:14
created
src/Lenius/Basket/Storage/Runtime.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -63,7 +63,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
139 137
     /**
140 138
      * Set the cart identifier.
141 139
      *
142
-     * @param string $identifier
143 140
      */
144 141
     public function setIdentifier($id)
145 142
     {
Please login to merge, or discard this patch.