Completed
Push — master ( 0e8f0c...9a3c41 )
by Carsten
06:33
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
      * @return boolean
68 67
      */
69 68
     public function has($identifier)
@@ -80,7 +79,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
135 133
     /**
136 134
      * Set the cart identifier
137 135
      *
138
-     * @param string $identifier
139 136
      */
140 137
     public function setIdentifier($id)
141 138
     {
Please login to merge, or discard this patch.